Loading Tool

Explorer IconExplorer

Memory Pool

76,968 transactions
28.57 vMB
0.06353460 BTC
Random Selection Loading Transactions
Max Size: 173.40/200 MB

Candidate Block

Mining Attempt 5d2b820943975ac1774cd3c93e518b87111793e4f7221775d7145030379b6173
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root 14b084d81a60682e95c94d75a112415bee64baab2889097760fe2109003b88a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,968
Size: 1.00 vMB
Total Fees: 0.00425359 BTC
Feerates: 73.20 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (458,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,670 456,670 000000000000000000d60bfccdc0042b931b6d2112934de5facc8e9f4d46c2c5 2,321 1.00/1.00 vMB 194
456,669 456,669 0000000000000000024c33d4907d9923efc292929d369f9c773af16f2435af4b 1,957 1.00/1.00 vMB 178
456,668 456,668 00000000000000000107bb81873bccf74172ee86aa524cc28ab51f8b0efa08e1 3,134 1.00/1.00 vMB 136
456,667 456,667 0000000000000000010804ffad76824cec207fa3ecf6dd8c81a6c88e37934ae6 2,774 1.00/1.00 vMB 151
456,666 456,666 0000000000000000018ea81c992f81246f64eedd530189b80b4dd0b1edd83230 2,217 1.00/1.00 vMB 123
456,665 456,665 000000000000000000d9090b69ce26f36d25561d03213e7b365d51c316ad476f 2,178 1.00/1.00 vMB 206
456,664 456,664 00000000000000000039ed08f6d787bcdfaa24bd7b9e5ad832523737f8b61018 2,206 1.00/1.00 vMB 134
456,663 456,663 000000000000000000c1807ea372cabc3642c977ecd4f9f10ec0cfe3d2360a15 2,606 1.00/1.00 vMB 196
456,662 456,662 0000000000000000025a149fbaf539700861c2fc919af720c98ef7e6d222ecde 2,625 1.00/1.00 vMB 201
456,661 456,661 00000000000000000020de3996dc521ac1eecfc0b59e39a33273821a9e3c315b 1,982 1.00/1.00 vMB 165
456,660 456,660 000000000000000000e61644d0774a9c1d62c958e1e24e1661742f0b9465e32d 1,694 1.00/1.00 vMB 178
456,659 456,659 0000000000000000015a84ee884089122672c32a95634512be8c71e8c7fb7211 1,606 1.00/1.00 vMB 202
456,658 456,658 0000000000000000021982138109d288196e874d5c7768fa76cad4e115b8c251 2,094 1.00/1.00 vMB 251
456,657 456,657 0000000000000000021663a8003706222d3497e33babaae4de99acd1d45bf7e9 1,974 1.00/1.00 vMB 210
456,656 456,656 0000000000000000008714e1040f546ec799c8512c573a1010b3e59e54e5b5f9 2,462 1.00/1.00 vMB 212
456,655 456,655 0000000000000000012cdad5bc95290b84f18854075222f0fbf3b5c4e32fcc20 2,379 1.00/1.00 vMB 223
456,654 456,654 00000000000000000259ec65f6185cecb705ef9a462b96d4b8d7116d88d8ccb3 3,442 1.00/1.00 vMB 374
456,653 456,653 000000000000000001198f81930f9b050f7eb9da7a519aa5eb692f9440d47df3 2,179 1.00/1.00 vMB 159
456,652 456,652 000000000000000002482c7c825491668066fdf75de8a7cadb737f3835c9ca4d 2,378 1.00/1.00 vMB 207
456,651 456,651 000000000000000000333011b8828ccc41ffb9997a6dbfb4006b0c27756a0ff2 2,360 1.00/1.00 vMB 260
456,650 456,650 00000000000000000230ddb09ba3398ffa21d2f27001e52331814c7701c67f31 2,790 1.00/1.00 vMB 336
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.