Loading Tool

Explorer IconExplorer

Memory Pool

43,489 transactions
28.37 vMB
0.05997858 BTC
Random Selection Loading Transactions
Max Size: 150.19/200 MB

Candidate Block

Mining Attempt bf1f787a1599b939cb3b6aa020ae65c9ba09b16c33cfcd2afb3794fe97bbc876
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 0d29745e8503c12b1ec0235f412fa707cd9b39c15f01eb8a16d332f4cf5c6ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,759
Size: 1.00 vMB
Total Fees: 0.00623231 BTC
Feerates: 100.33 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (314,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,701 600,701 000000000000000000064c3a43f043e8862e6c222f3e6edd7b2a25a593e4cee4 3,040 1.00/1.00 vMB 11
600,700 600,700 0000000000000000000d70004fd515720cef39906440a9d621a0953c88b57512 2,695 1.00/1.00 vMB 27
600,699 600,699 000000000000000000112919f2f5a9bde0f9e855a7882a288d1831a82006510f 2,688 1.00/1.00 vMB 12
600,698 600,698 000000000000000000049e2cc98407ba6c776bad6014ff2ccd9f09a3000469ba 2,895 1.00/1.00 vMB 15
600,697 600,697 0000000000000000000be248ead3be5bb46160195f8117c728aceedae7888455 2,426 1.00/1.00 vMB 34
600,696 600,696 0000000000000000000d9d1f51635aad9fd11f4d05c91c64fd6e8e2d73cb6c6d 1,602 0.53/1.00 vMB 14
600,695 600,695 000000000000000000111bd463b707f0b1cff66b3d84c9a1414c093757eef2c4 784 0.25/1.00 vMB 16
600,694 600,694 00000000000000000002b350fda4e3fdc8528893a6e3173d32c552d1b5d504dc 461 0.13/1.00 vMB 19
600,693 600,693 0000000000000000000880728bfb12c290d7eacfabac936324df935e477f3308 72 0.02/1.00 vMB 22
600,692 600,692 000000000000000000044361ab4f38901583143b095f332a5b3f75b74c3aeddd 55 0.02/1.00 vMB 35
600,691 600,691 0000000000000000000f4821222ddda95206eae4e75e9c15c235a5d77276c0be 1,114 0.52/1.00 vMB 10
600,690 600,690 00000000000000000011bf6d1036bae2b420616aa45d18812eae6913dcb110b0 2,160 1.00/1.00 vMB 13
600,689 600,689 000000000000000000023b6f95545568758255a518cd1192e6e753ceeb6d6d7b 2,871 1.00/1.00 vMB 2
600,688 600,688 00000000000000000004921e194e6f35ce076450c06ba20c114a0f1e73170ab3 2,911 1.00/1.00 vMB 13
600,687 600,687 000000000000000000073720e05bf2c841dbb0d65ab0cdc8900b7f6e18b46bb3 2,632 1.00/1.00 vMB 7
600,686 600,686 0000000000000000000b10d6dba19d1f475642bae68b05dd3d57b6b1f0d53340 2,374 1.00/1.00 vMB 29
600,685 600,685 000000000000000000055efc67c0acf0727033401eefa8f40c14d1e621877124 2,612 1.00/1.00 vMB 17
600,684 600,684 00000000000000000009ad9e2750b168ef8c413fe3198c5aa64001713772fc5d 2,383 1.00/1.00 vMB 63
600,683 600,683 0000000000000000000c932a0124b1c04aa2debeda75cfa2b1a0d69b05521bf5 2,327 1.00/1.00 vMB 10
600,682 600,682 00000000000000000007d336ad2df906fef396bfebe474b6c1ea659c5b0e72d4 2,554 1.00/1.00 vMB 27
600,681 600,681 000000000000000000035a582fcafabdd465557052994e8b337f118b95f9006c 2,844 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 652.24 GB
    • Received: 13.74 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.