Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

727 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,820 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 724 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,819 (897,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,419 12,419 00000000631ffa5d7656b0930485b6de564e4f3264ccfd03663bd072f478280d 0.00 MB 1 0
12,418 12,418 00000000a1d213af5d7f337c9ed195ececb519742cb3e4f4eaa09ac3ba8648a0 0.00 MB 1 0
12,417 12,417 00000000d93e8cfc0d8f5042f25b86462b9900ec1fe2544ec5ee68f8c96af6bd 0.00 MB 1 0
12,416 12,416 00000000b5ccacd619f3a78d55e06ebab70cd2636d1453c29e3294711798beff 0.00 MB 1 0
12,415 12,415 00000000a9434389094f449ec0c4e3769fb303a9bddb8425b4ea0c4e38000f2e 0.00 MB 1 0
12,414 12,414 000000000095d7ddac813354b03aa9f630a1a26f703206db2a20de746c03ac82 0.00 MB 1 0
12,413 12,413 00000000141cf8d006ec9921867c33886be6a9e3d1316a8e72ac6c86c34934de 0.00 MB 1 0
12,412 12,412 00000000e0369c3a8f2ac5cc3260b2e7f0832f4c01f4307291a594999e8afc9d 0.00 MB 1 0
12,411 12,411 00000000111a2e21f56d5c6b56ab41a07d03fd1bac3a2bc3840887d7f415248e 0.00 MB 1 0
12,410 12,410 00000000a29600dec5f23091c9bf87393ff9b50af2b46ccb2cd965abf2697607 0.00 MB 1 0
12,409 12,409 00000000ab996863ece9751e53e7e5475b39297cdcb0be3e33691d65815323e2 0.00 MB 1 0
12,408 12,408 0000000073c005b2011d6d2165dcdd0dc1e37405cfe52dc25dd6eb1092000f60 0.00 MB 1 0
12,407 12,407 0000000012dac65632982652fd01307acd3cceb571a04e11e02214e1b2c6b4a5 0.00 MB 1 0
12,406 12,406 00000000a1926239ca2dc93130ab859c0088f7f7e92933f67a879382c89991da 0.00 MB 1 0
12,405 12,405 00000000faf904987e9ca169af4fc7e99e26a4bd753f34dcc2b50a34467652b2 0.00 MB 1 0
12,404 12,404 0000000092d25e180b6e7f1cfe2a4e3f783ce8022cc4edcc99add3cbf7a5a077 0.00 MB 1 0
12,403 12,403 000000001f63295368a65fa97b42d82a8653f813259900db7be44eb67b4a8ec2 0.00 MB 1 0
12,402 12,402 000000002a6bae9b60569d57efcef33b52f2717342c0d56acd70ebd98b268d99 0.00 MB 1 0
12,401 12,401 000000004ee96874c5ae3bf40bb3c5b00aa95c526a93cee7d9e272e185b3d3ce 0.00 MB 1 0
12,400 12,400 00000000c565a0514ed49006b5bbb429c46683ff15cf3c90daef8a6b80724ace 0.00 MB 1 0
12,399 12,399 00000000fca47c87bae75ee2452653163d4220a0ffac97a05057a1d0fb0bf07d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.06 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,165.23 GB sent, 113.63 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.