Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,344 transactions (1.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,441 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,381 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,440 (820,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,296 91,296 000000000001d18faea61d365b0de6b13f0663b8dd1b93062fbf10d5340adc07 0.00 MB 2 0
91,295 91,295 000000000004af43bac93c3b294832df3d2fe162d8b5fa82f88d815c74321993 0.00 MB 1 0
91,294 91,294 00000000000d1dcaca1131a5dc8dedb0feb0ab17b74a4052c6b3160d8c85d16d 0.00 MB 1 0
91,293 91,293 00000000000a54a8e9e50a8a748b864af0124b9b14c29ed4b3eb2793080c5fbd 0.00 MB 3 0
91,292 91,292 00000000000918640cdbd913ab199df4d91bbfdc748fe7605fb0212ce56853d8 0.00 MB 1 0
91,291 91,291 000000000000bec3ba5f7faa05345cd7a3dd126c63127ee511f3a62594cc6dca 0.00 MB 1 0
91,290 91,290 000000000003d56f223e57ddfb02a07f2ded6f9ec7bbfc21113e7b48f4613076 0.00 MB 4 0
91,289 91,289 000000000004c2a725161660a99d148417a86fd7b0d55d5c0d7b45213c1568d4 0.00 MB 3 0
91,288 91,288 00000000000e5209772dabf4afe0d7e721512f020b722348583a033f42b74251 0.00 MB 1 0
91,287 91,287 00000000000a9798dd6cbabd0ea6cf09b7c8d3c1f9e82ad5de7fd061b3ab51f1 0.00 MB 2 0
91,286 91,286 0000000000081f14d0b12b0cb45cada8b8ba861b98d769ca663e6f39770eb882 0.00 MB 1 0
91,285 91,285 00000000000ae92ea60d71715f7d62675ef9840e55f9208eaad3ce252a14f9f5 0.00 MB 1 0
91,284 91,284 00000000000001e38e03a2b8fc28147a0ac1086f982c4a5a02ba1ce7f8fe644d 0.00 MB 2 0
91,283 91,283 000000000002b948bda1e007002a304007a5f5d3f75cdbd296c3ab6917629141 0.00 MB 1 0
91,282 91,282 000000000004f07e1eb79933ee2093d984fc0fe444baea1d4bb60c62b895b3ba 0.00 MB 1 0
91,281 91,281 000000000009bfb59293b17bdcfb79063f5bb13788c2b5bd95cea05435ce3694 0.00 MB 2 0
91,280 91,280 000000000006a7cad5ed39b124cf7d069ed7e8cceca0f65a4420a7e34b690fe3 0.00 MB 2 0
91,279 91,279 00000000000e30c1e4bf944ececbc46a393f49d5473a411c3ae64e26177d2ebf 0.00 MB 1 0
91,278 91,278 00000000000e37d4fe51020e538a97047fb01eda6e9411ed08579d78a9816c49 0.00 MB 1 0
91,277 91,277 0000000000032ae1d2c1b74be87fe833c6189dff800e84bf734d7dd78a077db8 0.00 MB 1 0
91,276 91,276 00000000000a6e66778711f15d778eb84aaf85a61b7c9f742972fa143cbebadf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.06 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: 2,407.21 GB sent, 129.05 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.