Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,988 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.53 vMB 1,980 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (837,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,955 72,955 0000000000302857cc9fd594c691606c208c578dd1c1e75831a186834267b0ed 0.00 MB 2 0
72,954 72,954 00000000004a5a151eb29d82628a6ec1fcba3b8277feff4f0d5b6c02ff429476 0.00 MB 1 0
72,953 72,953 00000000003ccdfc360d53c99ce46daf1c50faa2ffa0cbcabebc6887f0db88da 0.00 MB 1 0
72,952 72,952 00000000000b8ef7f07827829b480c068f024fccf785ec093e301676b2e9df9d 0.00 MB 1 0
72,951 72,951 0000000000451bf488b5092cb91a08f565f985f98241bb3d46279ba69c404525 0.00 MB 1 0
72,950 72,950 00000000009c86e53d81e9a5c4404f904cec61b3f6f516f893c01e580ad7e2bd 0.00 MB 3 0
72,949 72,949 00000000008182dec1c40aa543f58ad563f58d8536136e807f88be5c58ba94fc 0.00 MB 1 0
72,948 72,948 000000000035534a4597cde296238ceafcb5b53b9fb29a80a18e43ec55d8cee2 0.00 MB 2 0
72,947 72,947 000000000047cba7ef8906c33d54b130505127b68999b07a138973b452d3c5a8 0.00 MB 1 0
72,946 72,946 000000000022c99a5e68a25e23807bfae8e34be8e1aa1514338f7f83c7298df2 0.00 MB 1 0
72,945 72,945 0000000000b4a560bba9aeb1892b50edcf7429aac980031d3bcbb16b060184bf 0.00 MB 2 0
72,944 72,944 000000000017f30778478412b8915ed15474a8723ca16633d77f063325939197 0.00 MB 1 0
72,943 72,943 00000000005263cb982b5dc0fdeb6e3b5cfcc69aa3289f5053ec0ae03f71ca9e 0.00 MB 1 0
72,942 72,942 00000000002afef7ad1e39310de98de7a802cef023d3299216eda5524bd10847 0.00 MB 1 0
72,941 72,941 00000000004ee0300d745619c8a00a73eeacdc8c486fa25c98027db371d016cc 0.00 MB 1 0
72,940 72,940 00000000004f07e255b2aa10dd9de3c7fb7c84f54ccd9f34ba20f3f1606ff4fd 0.00 MB 2 0
72,939 72,939 000000000053fa5e905da689af888fc34f3f384917eb61ae4016c714493fef6c 0.00 MB 1 0
72,938 72,938 00000000006580f7b1e807b153a25f4179d9f26f53f3e9a10a5115be6a72641f 0.00 MB 3 0
72,937 72,937 00000000002298e08a6a57095acc5ff226e369238ed4460b61acc4e2c8a07aa2 0.00 MB 1 0
72,936 72,936 0000000000b6b3bb48b09d5889ed0429e27a5a3e67ee6db27f3595c1cec54ec9 0.00 MB 1 0
72,935 72,935 000000000084e784517c4acb75c2a05c839241cf2682fdb1abee2a9964795810 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.