Loading Tool

Explorer IconExplorer

Memory Pool

87,896 transactions
32.53 vMB
0.15274445 BTC
Random Selection Loading Transactions
Max Size: 199.54/200 MB

Candidate Block

Mining Attempt 7c22c9df26670c955e5dbf96871317b673bd814dc4c296c7d139e2b7ba7c09b7
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root a83b0ad980d9ef2a5fcfcab36c109ce4c05c4514660761550b1666cf3a04a9ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.06834750 BTC
Feerates: 502.65 > 6.85 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (317,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,668 597,668 0000000000000000000608049be9ea851b62c2d3549c1be6724d15d3f8dc10ae 2,801 1.00/1.00 vMB 32
597,667 597,667 000000000000000000033c1513a30e5bcd0ca265a7a5fe28033afd45d5fc1678 2,082 0.63/1.00 vMB 3
597,666 597,666 000000000000000000074f839fbc3ed64f9476e48cb5a0a2c83a221c4c758a3d 3,133 1.00/1.00 vMB 35
597,665 597,665 0000000000000000000df89b976ee8bdc26cd09aaaafe89a85e05a90ca6c035e 2,129 0.60/1.00 vMB 22
597,664 597,664 000000000000000000081e7d20f7440a7474650c43b70e8355cf7d2ad8ec2bf5 63 0.02/1.00 vMB 28
597,663 597,663 0000000000000000000298d4fa779bfc97272242b6f5c24cf9b31e767486820a 1,615 0.43/1.00 vMB 21
597,662 597,662 0000000000000000000ac1bf76a3599ad3ab935d97c018a78caeaf6f956bb8f1 2,317 0.68/1.00 vMB 10
597,661 597,661 0000000000000000000568619c1acf5bea45441f1bd76d73345da430cc76d4e2 2,731 1.00/1.00 vMB 32
597,660 597,660 000000000000000000077f9c96bd02be9f8da34b6fb356fd487c02bb0e290570 2,808 1.00/1.00 vMB 27
597,659 597,659 0000000000000000000ab5359ce99ec69b9e8fee89c07bffc3caa13e51282820 2,348 0.60/1.00 vMB 15
597,658 597,658 0000000000000000000e5a290e68ae51a1b04775be9a621a7b4fdadfb21cdeed 2,285 1.00/1.00 vMB 27
597,657 597,657 00000000000000000006e4f3a44392d6ea05710e37a28a0310ca2a1fadc4aa0d 568 0.22/1.00 vMB 29
597,656 597,656 000000000000000000110c43dcb36f230a136f125637f68e18531cd20ae57a37 119 0.03/1.00 vMB 30
597,655 597,655 00000000000000000014055aa413ded98f88105517c50636bb5ca8a95634f28d 158 0.04/1.00 vMB 39
597,654 597,654 0000000000000000001344b793cdac29a6af512f018dc0d7760835972e352494 74 0.02/1.00 vMB 46
597,653 597,653 0000000000000000000866da26005574356ac49ed575df3d3dab5c7c20edd0ec 1,935 0.48/1.00 vMB 3
597,652 597,652 00000000000000000002ad173dba3093c2d6cf825abc09d9c06b35f4687c0b7f 2,900 1.00/1.00 vMB 28
597,651 597,651 00000000000000000004a4c41769125c43ac3f4746a5027414907f7f06f7312b 2,402 1.00/1.00 vMB 19
597,650 597,650 0000000000000000000b9f8775c8791b865f0f2af508fd4975cc22758d89f19c 2,883 1.00/1.00 vMB 31
597,649 597,649 0000000000000000000b60a1afc6598e8bc45550dc6d2b7fc1ea4b38aa9a8eee 2,944 1.00/1.00 vMB 17
597,648 597,648 0000000000000000000b99b4522af475b5758950e30736dca7414a43ed7fc131 2,795 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.