Loading Tool

Explorer IconExplorer

Memory Pool

85,228 transactions
31.92 vMB
0.19641879 BTC
Random Selection Loading Transactions
Max Size: 189.67/200 MB

Candidate Block

Mining Attempt 11ae1555e47de79f49d6b666be7f48a721add3df6f008874c15917079e5641f5
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root b3939a5de7a0305bb2e407e003ff9d36252ed39511edf8bdb4c105c918e2a4a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.07571431 BTC
Feerates: 301.64 > 7.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (417,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,138 498,138 0000000000000000004a26e73277fa889c143685eacc6e53ead5ac7e3608c94d 2,950 1.00/1.00 vMB 347
498,137 498,137 00000000000000000021e82051e9d1883d091082375223a0d8415d1cd3701010 3,153 1.00/1.00 vMB 357
498,136 498,136 00000000000000000058aff59de28f44de2466e914d74b946062746117346d23 3,153 1.00/1.00 vMB 395
498,135 498,135 0000000000000000004fb5d35174cda8f67607b288f43d7c75c07d580198344d 2,838 1.00/1.00 vMB 399
498,134 498,134 0000000000000000004e8cc6d639aad31a6b2157989202faa97fd38523bba823 2,797 1.00/1.00 vMB 312
498,133 498,133 00000000000000000093306445423de1bd410144b0e1b85b5f589133374e5545 2,942 1.00/1.00 vMB 366
498,132 498,132 0000000000000000000723b4f67b90e5fa30576e66b71477572f3c71fd1071f2 2,883 1.00/1.00 vMB 357
498,131 498,131 000000000000000000667edfc1acc4a88241cb75f5526753512bb38de4fe9a68 3,515 1.00/1.00 vMB 376
498,130 498,130 000000000000000000a5336a25fa0e61eef58b9a7034a499bea6716d3ff4e177 2,379 1.00/1.00 vMB 347
498,129 498,129 0000000000000000008a9e2f8e30a58c8efae78b1491e5f9248f562fea77a655 3,191 1.00/1.00 vMB 402
498,128 498,128 000000000000000000945beb343cf26463d151ea12dcc8444af618294a86bdc8 2,994 1.00/1.00 vMB 369
498,127 498,127 0000000000000000008e47234b779bf3dc9bebe1811f8367da1a955d0f898c5a 2,489 1.00/1.00 vMB 358
498,126 498,126 000000000000000000570b4c0efa7991fd8d4971a04cf0f2472014a163208a35 2,428 1.00/1.00 vMB 425
498,125 498,125 000000000000000000a2a646ca401d78627db077a28817fa22adb91cc357c8cc 3,422 1.00/1.00 vMB 350
498,124 498,124 0000000000000000006e67829611ff22ccafaefef9ed255e5f135ba13c9e7e7b 3,040 1.00/1.00 vMB 328
498,123 498,123 0000000000000000009a6543a558e5e2741c88519d6adba671a4fd7d7d888104 3,425 1.00/1.00 vMB 344
498,122 498,122 000000000000000000b048f894b6822e1be83c5346ec8bd4ca91ac88ac106f1d 3,542 1.00/1.00 vMB 379
498,121 498,121 000000000000000000351aa443f7282e135b0ba0179ec925263d46394a07a73d 3,466 1.00/1.00 vMB 367
498,120 498,120 000000000000000000aacc2a37240e75ad1c82a8a052f3e2973a1c602a389382 3,611 1.00/1.00 vMB 324
498,119 498,119 0000000000000000004cb1857485264b48e93be6c0fc66d5d67da9503d078da8 2,754 1.00/1.00 vMB 327
498,118 498,118 0000000000000000008ef8a2801f9eac9e0e10694377a2ec7a8c67f944e1d1ae 2,968 1.00/1.00 vMB 377
Previous 10 blocks ↓
Total Size: 782.65 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.60 GB
    • Received: 16.28 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.