Loading Tool

Explorer IconExplorer

Memory Pool

27,096 transactions
25.49 vMB
0.04724637 BTC
Random Selection Loading Transactions
Max Size: 137.73/200 MB

Candidate Block

Mining Attempt 2c3aab3b5c937467a396a5fc44f4494154be76a715951e5f3ba80c8878bbb36c
Version 20000000
Previous Block 00000000000000000000a480b74d7e68c4ad7d30d4b850b0adac7f7aaced83d4
Merkle Root 6e6feba4508087e50589cbc5a25b680568a8e76ccc6248ebc73e7f3aa3eb8cab
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.01826948 BTC
Feerates: 258.99 > 1.83 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,486 (778,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,967 161,967 00000000000000a671dd96862a9f45996522726bcdc24ab4a212a769b8f97d7c 86 0.03/1.00 vMB 211
161,966 161,966 0000000000000b5c9c2308751621feec2b04cd28902aa5a36f7721541fad8a49 60 0.03/1.00 vMB 186
161,965 161,965 000000000000084c67ce97a1650ba5a972567cee7249f216f691d69cd7f80fea 91 0.04/1.00 vMB 15
161,964 161,964 00000000000002e7dadf708191b8672a963985a56ccc9abbba6a89b609e2b59e 136 0.10/1.00 vMB 166
161,963 161,963 00000000000002584600e151ab78eea968331bb82f9ddbfabb8f942913ef3645 20 0.01/1.00 vMB 183
161,962 161,962 0000000000000b50664adda089dc803bf636687933f847ba2c923db96709e9a3 89 0.03/1.00 vMB 155
161,961 161,961 0000000000000443efa4dc5fa8320b150b4846a930d25a8359d0f93581f7aaa1 132 0.05/1.00 vMB 7
161,960 161,960 00000000000001684789f17d0fd4df8f7b7af792b9e610bb140a140b3a573bff 29 0.01/1.00 vMB 313
161,959 161,959 000000000000049fc109c6c2993faa0f7197644f74de39f35f82c42b20ba0907 15 0.01/1.00 vMB 65
161,958 161,958 0000000000000367dc80d79c77d0cf5cec1a090d7c56c20d2a7127fb4ea7775c 54 0.02/1.00 vMB 230
161,957 161,957 000000000000097c2fefba15281c6f9d67b1c838322bfe2e92ea2aa04742465d 5 0.01/1.00 vMB 415
161,956 161,956 00000000000003836a5a66f2e94e7c0fe4028541a223858b06e0f1116bec051a 163 0.06/1.00 vMB 105
161,955 161,955 0000000000000733a8e1a2d06c061e8c93bfec5b17ad1ae76e6b4c2a3bd43e3e 20 0.01/1.00 vMB 469
161,954 161,954 000000000000010740073b3079637cd348199bec86c408394d73ba308a10efb7 8 0.00/1.00 vMB 773
161,953 161,953 0000000000000886c05289359783478c9962f2152b1a80bd13beccb0955c8753 12 0.00/1.00 vMB 620
161,952 161,952 000000000000044b3cfb4706e476d93b194fe9582bcb3204c20346b2fade83cc 80 0.05/1.00 vMB 130
161,951 161,951 00000000000003b37b692ee5fcf06284b24a30e0f21e66bd0094d3d9995d3843 64 0.02/1.00 vMB 262
161,950 161,950 000000000000018a9bf7cc94c53fd774b3e378c602ac8f7cc00ff5a903a6bca5 7 0.00/1.00 vMB 409
161,949 161,949 0000000000000302918b006db1e3b9d8d17c9cab6062896f92258adc21c6c169 12 0.00/1.00 vMB 0
161,948 161,948 000000000000079f41b164bbba923fc2c9ca36915f9dbdb74bb1de4d88b696aa 61 0.02/1.00 vMB 49
161,947 161,947 00000000000006cfd253967ac6414b4c21440030b5e0f1640f9bed2c94f7bfb1 19 0.01/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 827.63 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: 4,460.47 GB
    • Received: 243.41 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.