Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

159 transactions (0.07 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,807 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 155 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,806 (832,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,269 77,269 0000000000015d9a5447fac74f35dd12e4bed5a051a97ae353754f966116977f 0.00 MB 2 0
77,268 77,268 000000000001dbf723a47a581ff3e6ceb32c7c12a7a873c87df09fd4c71df4dc 0.00 MB 1 0
77,267 77,267 00000000003bb711189a01651bb17028346cf8817c892565c12ea9d6009c8ce2 0.00 MB 1 0
77,266 77,266 00000000000eabb41941fb369ea607a4f74870fe2bd11a17a61b28d77960f31f 0.00 MB 1 0
77,265 77,265 0000000000166b7d58c576ef352b90f227b94644a4c49662563a41b06e9b8521 0.00 MB 1 0
77,264 77,264 000000000023b674ebc246b4ef0e12f9728b21d681e748725fc9308ae947f2e9 0.00 MB 1 0
77,263 77,263 00000000005941115a335f93e4b1a3ec5fcc01b9883bf74a74cbc1cb46a7f27f 0.00 MB 3 0
77,262 77,262 000000000033b5d2a4bf9004478efe18fe2cd9dd47ac92f60c1569fcd8305854 0.00 MB 1 0
77,261 77,261 0000000000192dbe2cca2cf5c43b9c8b3339bd052fa7fd6defbf66b909fb8cef 0.00 MB 2 0
77,260 77,260 00000000005886f8c1097b0f9d937284b08d880656f571646beb7c13043fd09b 0.00 MB 3 0
77,259 77,259 0000000000027954780cbfe306986a56f0bed7e1dc9119fceb464f147c672e7b 0.00 MB 1 0
77,258 77,258 000000000029ba41b61ea4d3a0e939d631fef93199d17876bb8611a821c81ccb 0.00 MB 6 546
77,257 77,257 00000000005baaf633968f0049e876da67ab3522c466226021f1e84f732c3557 0.00 MB 1 0
77,256 77,256 000000000006b7cf86ce3f962983158b86a17fbfef04c601698e5399f118efa9 0.00 MB 1 0
77,255 77,255 000000000025749473a10fcf331f2cf44e169fcddb2c8a099decb4e98814bf80 0.00 MB 3 0
77,254 77,254 000000000005761139d18c4c6aa9e5b2a9a9ac088cadf68b00c71369e6bd8b6e 0.00 MB 1 0
77,253 77,253 00000000001ead2c140e9335e6c8fda923edd4bd5cbfcdf7261635b94bd12ddb 0.00 MB 4 0
77,252 77,252 0000000000290001c9947b95af9260edad9b853acf121cde7333fc7c2285acca 0.00 MB 4 0
77,251 77,251 0000000000326c7ec0cf5c1a0b542d4c02f2adfb29f70add705a116ffc47fbdf 0.00 MB 6 0
77,250 77,250 00000000004ac30e8ced17bf53d5c9edfc34f0213d1bb4be5f6cd3f2eafa0453 0.00 MB 5 0
77,249 77,249 00000000000be381ecd70bf5e5ef163903ce6594a8c083b09b6b57a5e3eba3de 0.00 MB 11 801
Previous 10 blocks ↓
Total Size: 773.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,162.70 GB sent, 113.53 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.