Loading Tool

Explorer IconExplorer

Memory Pool

81,118 transactions
30.34 vMB
0.11721834 BTC
Random Selection Loading Transactions
Max Size: 182.77/200 MB

Candidate Block

Mining Attempt 673dd2ee4ea579dd35329a5e683794d24b84be4ba05d2ddc5c8490e005eabad7
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 3f2e3349a0be593d2de99994efbb711ede0841fc2bdc2e2beaa385535719f979
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,136
Size: 1.00 vMB
Total Fees: 0.04345255 BTC
Feerates: 150.68 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (91,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,462 823,462 000000000000000000024f4f4707b4ac04396dd7c57de3c13c72b38a0bb772c5 3,473 1.00/1.00 vMB 176
823,461 823,461 0000000000000000000018a65408fb889be99ec2ca1c9a76d81c5398bef0db97 2,023 1.00/1.00 vMB 312
823,460 823,460 00000000000000000003ded5d967393604a02002329e1fa7dbcc2b882ed50759 3,935 1.00/1.00 vMB 135
823,459 823,459 000000000000000000012446df9ee299b5a72c7a3d023ee6c6e89187a38eea0d 3,883 1.00/1.00 vMB 159
823,458 823,458 000000000000000000013d7c13fe2980f5fc9d6ee0deb92e8132978a4ba7ed14 3,820 1.00/1.00 vMB 180
823,457 823,457 00000000000000000000e96eea4cb7d4b660317be444f43107c4faa558d00590 3,876 1.00/1.00 vMB 146
823,456 823,456 000000000000000000003b5f75f1266f8baa103e08853a28c7f1f988f1d4e987 3,457 1.00/1.00 vMB 196
823,455 823,455 000000000000000000039cb2be1543d9d586fc27b3abd581b63d8a808d6ac06c 2,974 1.00/1.00 vMB 254
823,454 823,454 00000000000000000003ba29ca6e3fce171dac9a33e8d1615c6a59d996e7b273 3,959 1.00/1.00 vMB 176
823,453 823,453 000000000000000000010bb727aeb6578e7520d9920c5f13ac655b722466e849 3,165 1.00/1.00 vMB 145
823,452 823,452 000000000000000000020eb5c6dda097bc0ac1641df7459d44e5525024d760ae 3,375 1.00/1.00 vMB 170
823,451 823,451 0000000000000000000278369d44ef9a7cef4196b0e373446e690ea102b57655 3,280 1.00/1.00 vMB 225
823,450 823,450 00000000000000000000f691ecf7fdc39b898c565f745099eb91534ff9e47b87 3,586 1.00/1.00 vMB 165
823,449 823,449 000000000000000000020bc6d5a39ddb9df500334d67b7d124e9cb12ae779716 3,142 1.00/1.00 vMB 239
823,448 823,448 00000000000000000003e0639f67ce29b9c308010798dd670a7ee90f8dde8618 4,131 1.00/1.00 vMB 126
823,447 823,447 0000000000000000000088d7b2a0390a5867b87f5901c0b5ea663bdd0ec6a2d5 3,112 1.00/1.00 vMB 230
823,446 823,446 000000000000000000026de4425c0decc984d027721d787f75e2b2a8793c7638 3,830 1.00/1.00 vMB 174
823,445 823,445 000000000000000000029d17d388518a96d1d0a9427fa3327de840d310037057 4,510 1.00/1.00 vMB 124
823,444 823,444 000000000000000000031fd4026c2b117a4edbcca308c72614e9d207a05bd278 4,026 1.00/1.00 vMB 144
823,443 823,443 00000000000000000003108364e98e33eb3fb7e5d0ac81998a662d9fa12b674c 2,290 1.00/1.00 vMB 191
823,442 823,442 000000000000000000034b6ea55f04bc26c964df6cf72806022cf94d4856290c 3,488 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.