Loading Tool

Explorer IconExplorer

Memory Pool

72,568 transactions
28.02 vMB
0.06887930 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 08526df5e736a9cdd085b4e4b57bcd9e22c1c2afd26347299ca21d36a9a3c95f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 38dfeebf0339c24ec54c43d1d804350efe899e144ae7e7cbd27902c1400f108b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.01282990 BTC
Feerates: 101.52 > 1.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (84,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,276 830,276 00000000000000000001914a6db5b53b3f8d673fbd9ebc1a569f37ccbbf97861 2,273 1.00/1.00 vMB 31
830,275 830,275 000000000000000000018e3f91a815472d0d994b832624751bbfbac25aa739cf 648 1.00/1.00 vMB 13
830,274 830,274 00000000000000000000f3e8fcccf8ee483ebed02694c5773780a61a17a95037 2,135 1.00/1.00 vMB 19
830,273 830,273 000000000000000000031be2ac7b85a7db0493498a39f4580be01431134e4c13 2,847 1.00/1.00 vMB 56
830,272 830,272 00000000000000000003238c6e2e4551b0b5375ae52499bf03bf5de12a29e2bf 731 1.00/1.00 vMB 22
830,271 830,271 0000000000000000000087e5c4859f48e9edfec0d60d0a1b8ee000e8d4a2570e 2,343 1.00/1.00 vMB 16
830,270 830,270 00000000000000000000ef623140b6fba90562a304c66d9de98d0471b138ca6f 3,419 1.00/1.00 vMB 60
830,269 830,269 00000000000000000000d26294864b503adf38e4721c7d06679829aa7c41add2 2,434 1.00/1.00 vMB 27
830,268 830,268 000000000000000000016f74d2e19d5efea8aee81e56da3e9d17a5ac4cc425fc 2,375 1.00/1.00 vMB 29
830,267 830,267 00000000000000000001843fab8bdd6c66887357a29751081c276ab563b6c9b9 1,376 1.00/1.00 vMB 15
830,266 830,266 000000000000000000031b61139ccf4bc2ed2d66eb79bc92377ec6df755d4541 1,955 1.00/1.00 vMB 36
830,265 830,265 000000000000000000015254e6f3ca9e90e10cc23f8ee41a75e3e65b93e51d86 559 1.00/1.00 vMB 13
830,264 830,264 00000000000000000002064f52873b4cff5fd6f52e21e2f5a3f5dbf0df20cd52 2,260 1.00/1.00 vMB 20
830,263 830,263 000000000000000000006bd217c6482ac0ffceb1ea989da77fc3fa8c0bbb1eff 2,093 1.00/1.00 vMB 27
830,262 830,262 000000000000000000008c696bffdb7620f1b6ef3e8975fff86f31ff79fa450d 1,782 1.00/1.00 vMB 28
830,261 830,261 000000000000000000035fd830f2c93e5bd5bcd066b6de36ae1e733937b78c39 2,091 1.00/1.00 vMB 39
830,260 830,260 0000000000000000000126edbe18c02b5cddabc920a1c710770d0ec29db231bd 2,562 1.00/1.00 vMB 71
830,259 830,259 000000000000000000025c1be24710e2455dbd3d9560e45b4f5d904e9717598c 965 1.00/1.00 vMB 13
830,258 830,258 00000000000000000003b72cbc069ae01b18c8bef2336a28079cd6ec688e66fb 2,621 1.00/1.00 vMB 34
830,257 830,257 000000000000000000013b0581bec04b8fc8dddaef59f142325d745f256040aa 2,691 1.00/1.00 vMB 36
830,256 830,256 00000000000000000002ff8970de7097d75c18ad90d15391939a6889c0689590 2,864 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.