Loading Tool

Explorer IconExplorer

Memory Pool

36,703 transactions
29.49 vMB
0.06060860 BTC
Random Selection Loading Transactions
Max Size: 161.83/200 MB

Candidate Block

Mining Attempt ab82bda7473ccc43d6cb98728d4bde941282dcb6b3973b511ec170d3e6751845
Version 20000000
Previous Block 00000000000000000001ecd544227374541177d3a6d63725d913d5ddc8421849
Merkle Root 9afbf0e1ad0cae5ffea54587eb8882665eef6d74e59af30c230747471e72ed7f
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,420
Size: 1.00 vMB
Total Fees: 0.02409932 BTC
Feerates: 711.74 > 2.41 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,156 (64,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,505 874,505 00000000000000000001cd1f649065819952ae0af17c9cf2b19ff0df1fd2b7ae 3,792 1.00/1.00 vMB 5
874,504 874,504 000000000000000000009ccdb9886fae8431e379fd07c1c62f5663ec94364d20 4,078 1.00/1.00 vMB 8
874,503 874,503 00000000000000000000d6e20b805821c0a7a0fb8f51d8845aa08ec49f75c72e 4,053 1.00/1.00 vMB 6
874,502 874,502 000000000000000000009c611bea702e8a88a8ba67cd05b375ae0c21feaad442 5,034 1.00/1.00 vMB 8
874,501 874,501 0000000000000000000297fb8506c1d603df3b3b5bfa685e5057aaeb82f2bb1f 4,045 1.00/1.00 vMB 8
874,500 874,500 00000000000000000001b1dace972d8b5f09b0f69f7cb3c226e880dc17651ab5 4,167 1.00/1.00 vMB 8
874,499 874,499 00000000000000000002a778c861de0c2750f7589b0293e46ab37af0a3e1df49 4,337 1.00/1.00 vMB 10
874,498 874,498 00000000000000000002323dbe1a315985e59f10aacaf1546818c832b2a6d4ba 3,753 1.00/1.00 vMB 7
874,497 874,497 00000000000000000000d4efa8fbfc5a5661d9e1bc2e8647c5e29d4cfde4a496 3,901 1.00/1.00 vMB 5
874,496 874,496 00000000000000000001b21e9736daf7d6d1b87c3444ec16cc11306d01323928 2,107 1.00/1.00 vMB 4
874,495 874,495 00000000000000000000f24845fbba988771700ff5e422a9a2a3714cf477e809 2,696 1.00/1.00 vMB 6
874,494 874,494 00000000000000000002a2fa334e5d97d0fcf0583c9ad0e9278c9939e519c030 3,853 1.00/1.00 vMB 10
874,493 874,493 00000000000000000001afbc328d11ea60340ae82e49bfc242dda4ccd632ea11 2,993 1.00/1.00 vMB 8
874,492 874,492 000000000000000000004f14f9b35801991d11cb60f812a63445b9e09002431b 3,050 1.00/1.00 vMB 9
874,491 874,491 000000000000000000013bda32ad888fb592f22d63db6f2b52a50aefbdfd8bc7 2,846 1.00/1.00 vMB 13
874,490 874,490 000000000000000000027aac2c36a425d72e4e6c7477a83be6129c00a7aa8232 3,235 1.00/1.00 vMB 10
874,489 874,489 00000000000000000000a4adbe6a6ca89c5d6ebae6c8e63c6819f4f979fa90db 3,164 1.00/1.00 vMB 11
874,488 874,488 000000000000000000028a6bdb8c663b275d76af14fc2503ab067f1a62a743a3 590 1.00/1.00 vMB 4
874,487 874,487 000000000000000000002cc56b414aefd5753dedc2716c7e747102cc74c98cbb 1,687 1.00/1.00 vMB 5
874,486 874,486 00000000000000000000e7b549ed280f96159e321a66c6f29a063182fcb241aa 409 1.00/1.00 vMB 4
874,485 874,485 000000000000000000004570d5474404ebb0fb4dcb243029c89777dd369e1385 210 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 825.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,226.74 GB
    • Received: 232.51 GB
  • Uptime:

Notes

  • 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.