Memory Pool Memory Pool Refreshing

2,021 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,008 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (745,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,144 162,144 00000000000007e3253fbec4573067ca68f4faf2cc5af0665a95ad341225205a 0.01 MB 32 46
162,143 162,143 000000000000065fce5214d6c6dd18d0fb6ee398e527eaa727339a54316ac5e0 0.04 MB 91 171
162,142 162,142 0000000000000be305aa0b10d3c0713cdeb8005f77b81f2b11294d18bdb4ae89 0.01 MB 20 69
162,141 162,141 0000000000000d0e51bbadb55e5f73d82426c41e65d2191191e09643392416c2 0.03 MB 96 1,607
162,140 162,140 0000000000000128521d95f2adb89596c0cad53a6a9fea2f4d9214db812861b3 0.02 MB 57 394
162,139 162,139 0000000000000cc4e879a06e87044e392fcf98f89daa32362dc62de26cccb41f 0.00 MB 1 0
162,138 162,138 000000000000061c579fe1b6ece82d7c3abdba04083b653f942ebe146d2416dc 0.00 MB 1 0
162,137 162,137 0000000000000b3619aad4f8fb825d1b2288795f293f5d4673429f73fa5452f0 0.01 MB 17 83
162,136 162,136 00000000000004468c2d5c9c5a5ac106a083469be30fe74011a062b5fba892f4 0.05 MB 108 35
162,135 162,135 00000000000001e6bdb79a6ceed00d4aa19a654d6bce36ebcd923f062f48becb 0.02 MB 37 145
162,134 162,134 00000000000005b36a55efec7071916cd3bdeb2cf15a45a97a2574bb97033a33 0.02 MB 77 195
162,133 162,133 0000000000000789f28981d6179d89538359dcfb48c9e2587b3e9df5beb322e4 0.02 MB 13 50
162,132 162,132 0000000000000399814f46eaf1d68eda3879531aed62cabc9d93d4877210b7ca 0.02 MB 71 80
162,131 162,131 0000000000000cfe6e25318d6659ac2cf10f35c07ee3b3ab6bc93cd0964653d7 0.01 MB 20 169
162,130 162,130 0000000000000652f4c3dcb68b1824dc03fb04a0057883caf749e7edcc90815c 0.00 MB 10 38
162,129 162,129 00000000000001288bede71a81fdfde1e01581c356c27914f31a315aa37c3fe5 0.01 MB 30 91
162,128 162,128 000000000000041d98af160647c7ba2a63921ae1f3bd0b094e66f285b93888b4 0.02 MB 26 38
162,127 162,127 00000000000004b7d9eae7b8604025df977b31402797f8130a9e386f26b75792 0.01 MB 14 49
162,126 162,126 00000000000002d8d7ae912f3434ebfae541f005a179bfebdf1feb45c668bd5d 0.00 MB 1 0
162,125 162,125 00000000000000e334fba2b6ad6b714d61aa8751735dce8b3ff619de5dc5e861 0.02 MB 62 76
162,124 162,124 000000000000073325201608b8db8e13e6eb77f050059eb1a5cc05130d4df83f 0.01 MB 29 375
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,649.28 GB sent, 95.75 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.