Loading Tool

Explorer IconExplorer

Memory Pool

40,743 transactions
26.43 vMB
0.06012797 BTC
Random Selection Loading Transactions
Max Size: 137.90/200 MB

Candidate Block

Mining Attempt 455b09776117e5276bac74a6797cfd390f4bfe607da6b66a6ec7c20e8e7ae548
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root ed80682385d76e765adecc5f94f7e8af4dc00670191d09ce3c20616938db1990
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,707
Size: 1.00 vMB
Total Fees: 0.01143477 BTC
Feerates: 151.03 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (421,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,413 493,413 00000000000000000089e6d10666dbb81bf137cae95d914e2cd874404e7d3299 1,725 1.00/1.00 vMB 155
493,412 493,412 000000000000000000a70aa3c919f6e8627365ce23a49b5471ac303c5af2bf18 2,333 1.00/1.00 vMB 301
493,411 493,411 000000000000000000329e843482d49c0e4bb7b80f599cfd87d26fe2d88e37f6 2,048 1.00/1.00 vMB 127
493,410 493,410 000000000000000000728c4bbbd6ade32ddbfa9c4f2a06ba52b55db8aefcbd8f 2,276 1.00/1.00 vMB 204
493,409 493,409 000000000000000000a37d8a2958ec0e0236221b43e47ad18e053229aa7d1df0 2,072 0.91/1.00 vMB 303
493,408 493,408 000000000000000000be698893a6f70cf55e53cf2740fafb4d8e4dea70fa8366 2,418 1.00/1.00 vMB 161
493,407 493,407 00000000000000000052739c86ef70f0de93e98e56348da4fc93c88882a82a4f 2,362 1.00/1.00 vMB 246
493,406 493,406 000000000000000000be6dcf50b0a35f9e81437bac34b4b65c6b1a8476fc14ff 2,323 1.00/1.00 vMB 242
493,405 493,405 000000000000000000a8ea0f7f3368b79c0f1a0bbe304932de44f99effdc04ea 2,427 1.00/1.00 vMB 280
493,404 493,404 000000000000000000ba84ca7627e7dab2ba7eff639d91cdcf31216bac749a32 2,146 1.00/1.00 vMB 305
493,403 493,403 0000000000000000005c7b586a9431fa58e55a751352e1f7ae74c98d97ba5ff8 2,037 1.00/1.00 vMB 200
493,402 493,402 0000000000000000009fb448abf9292278340da487b3242a6096ead4dd16666a 1,871 0.96/1.00 vMB 222
493,401 493,401 00000000000000000005d0c9a17798c47bd6205337ff4245bcd857ea6fb737b5 2,352 1.00/1.00 vMB 187
493,400 493,400 0000000000000000002a2db8d120b35e88e093e19f00789fc23c6da13cb0b090 2,472 1.00/1.00 vMB 163
493,399 493,399 00000000000000000024ad09ed49dda9edf1524198b4ba0060d9718ab47e859a 1,944 1.00/1.00 vMB 231
493,398 493,398 00000000000000000080bb5bbdd90c2bf669fa2e0df149f53dee5c855b28bd56 2,084 0.91/1.00 vMB 247
493,397 493,397 0000000000000000007efdf791083298993c5eb7cf9385ae6fd0b98b51f7ee57 1 0.00/1.00 vMB 0
493,396 493,396 000000000000000000bd66107a4239af3644eb00c84247a60a6433689be3ea09 2,013 0.96/1.00 vMB 256
493,395 493,395 0000000000000000006e107d47f8de8511a80687f920df1a106fe04e35ca58b0 2,120 0.95/1.00 vMB 251
493,394 493,394 000000000000000000866223f6c743033e2c292f75451a9b4d6e0b425d677296 3,062 1.00/1.00 vMB 217
493,393 493,393 000000000000000000a382654f0bb648b6370f0d1ee5394bad48c708743f2b95 2,364 1.00/1.00 vMB 243
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.