Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,341 transactions (0.44 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
910,595 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,594 (849,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,057 61,057 0000000005b4aac34c8b63708a00ac0c5fcdc1750e6a236cdcdb66b560b12e9b 0.00 MB 2 0
61,056 61,056 000000000af6723e8cf3bcc68b4d8af491ae6155881ddfbcec7db078431fa673 0.00 MB 3 0
61,055 61,055 00000000082d1a1a5cc78b6c2af61eb69072777d444e2e67245dcd92d4e3cb3d 0.00 MB 1 0
61,054 61,054 000000000addea73cdcd93b4a1b837b9943e5fb74295415da2fe296dce83ad76 0.00 MB 1 0
61,053 61,053 00000000058964830a69d3e443117605e58557b7e41ac9f31ef2116b00a3361f 0.00 MB 4 0
61,052 61,052 000000000cadd2fd362ad3bf3377c313f27582d6491c746f1978c2df2403f303 0.00 MB 1 0
61,051 61,051 00000000028a79b849e7e1ec17cab20f90ac0f43fa499fee81a92381d1af52a4 0.00 MB 1 0
61,050 61,050 000000000e9164f85d22267619d89472caa3a465996b31ada0653c14013eb183 0.00 MB 2 0
61,049 61,049 0000000007cdfd77a57b32a0d6b0c18b4ac36caeaeeca55219591a649739bc04 0.00 MB 1 0
61,048 61,048 000000000a2dbacc684f97809f2b60613e1751ee2dffd5251bbb5f55a380326d 0.00 MB 1 0
61,047 61,047 0000000001cbc899f7eaaf6bcbd1483303520c647346f31fecafd942c57a85de 0.00 MB 1 0
61,046 61,046 000000000ae84f1d545c685ac93ca916c908f9038e7375420655fa3eab99c520 0.00 MB 2 0
61,045 61,045 0000000000ee9c8883aae0cd86689829fa7e0cde9b0dafb3b0408897b7a4cda6 0.00 MB 1 0
61,044 61,044 000000000a6277385900c9b3231a818556a07b384b982061037e281aeb67e8e8 0.00 MB 1 0
61,043 61,043 0000000000b58e5928a544a6c26e805c3d71969c8b6355a9a551f16cbf1cf5e4 0.00 MB 1 0
61,042 61,042 0000000008be0712277117ccd14c67a87408cdbef3b2a83acc8037bb17d347de 0.00 MB 2 0
61,041 61,041 00000000029c588645fcc5f14169fea0d1576a05784da11a8b6dd685d5edde3d 0.00 MB 1 0
61,040 61,040 000000000d04b5557397109330811904b311ea2e9dcc4d8145ee3b0ebec80542 0.00 MB 2 0
61,039 61,039 000000000482acbaf62dc1395151a454faefc53e5f16956ff01a33e542307dd7 0.00 MB 3 0
61,038 61,038 0000000006752408e357e0f1f0aff8af3e40a50b3f2731dce0386b11e7c08cab 0.00 MB 1 0
61,037 61,037 0000000001f8a28db44c276ac11ab81c6022cdd03e2975d169178c398eb54931 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.47 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,255.03 GB sent, 120.92 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.