Loading Tool

Explorer IconExplorer

Memory Pool

74,463 transactions
27.46 vMB
0.06965120 BTC
Random Selection Loading Transactions
Max Size: 167.70/200 MB

Candidate Block

Mining Attempt f5b508c715f94bc48607792794c472339d2fb2b50b9651fd4b770be5e7a627f9
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root f341ed39910db33441953b9049f15c31843d29acd7d7f998422eb1ee4676e7d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.01121761 BTC
Feerates: 80.55 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (432,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,298 482,298 0000000000000000002bb4428656718c8968e4086069e37b4f4b4fb91b52337a 1,821 1.00/1.00 vMB 256
482,297 482,297 0000000000000000004f1f9382af2dbf93b6fee2505b73b19d20bab387f3158c 1,964 1.00/1.00 vMB 212
482,296 482,296 0000000000000000006b7d6a66c9eca237303aed7587d02554a7b048cb406539 1,802 1.00/1.00 vMB 194
482,295 482,295 000000000000000000b4f0dfcd082f77e00efa059ad79c0454248a8a0456ae20 2,186 1.00/1.00 vMB 336
482,294 482,294 000000000000000000a32e356299cf996e23cc37fe7f2a4a30ab2b722a685def 1,380 1.00/1.00 vMB 512
482,293 482,293 00000000000000000049c8395b1fbdd3abc8ec20d74f2e470a0e7b4ca4e9c7e2 115 1.00/1.00 vMB 14
482,292 482,292 0000000000000000000a7b40b556fd540c545471f9dd3b2a2e3fcc15e5dcab0e 480 1.00/1.00 vMB 79
482,291 482,291 000000000000000001203a58cfb8b11a4133d423ed85441bf37967bb199fd284 263 1.00/1.00 vMB 32
482,290 482,290 0000000000000000007197a4ff59f1303cf3fb6fce88b5cddbb415d8f634539b 1,181 1.00/1.00 vMB 154
482,289 482,289 000000000000000000547ee0b7257342ffa730507e51d05d553ee21ee6447e8d 1 0.00/1.00 vMB 0
482,288 482,288 0000000000000000012ca72938ace7a47a5315c7414e9005bc05dc7f6f24da2f 346 1.00/1.00 vMB 57
482,287 482,287 00000000000000000097c5ad47135b89d1fffd30d35b7a1903a1dbf1d4eb9d40 731 1.00/1.00 vMB 124
482,286 482,286 0000000000000000004ddc5e8d8ef8c0b4496abae6a196471b3d36fb413b7ae8 1,067 1.00/1.00 vMB 62
482,285 482,285 0000000000000000000a2b1aead4993e0a9bd5f75dd6e011328d12472fdfcee2 379 1.00/1.00 vMB 10
482,284 482,284 000000000000000000a7a8c3de40510d5aac7945e1eb73e169d5408b7eb25b04 335 0.19/1.00 vMB 304
482,283 482,283 000000000000000000c4f2a91477dad27d8af3a11ea709daf357b923b3177428 2,108 1.00/1.00 vMB 283
482,282 482,282 00000000000000000019ebc9bf0cad5b87f3023ad4c9b844c851b112a160e9f6 2,035 1.00/1.00 vMB 338
482,281 482,281 000000000000000000e25f2d07c8ab45d9df87e97a98a151630c5e00b2a6dfe7 1,819 1.00/1.00 vMB 262
482,280 482,280 0000000000000000003afc26b62d7b8b8b516026cdcc41e581058a6e50bee9d6 862 1.00/1.00 vMB 61
482,279 482,279 0000000000000000007b4be681b7ed504e29d5643afd169de084e4e1bb6e3894 1,569 1.00/1.00 vMB 210
482,278 482,278 000000000000000000818e706f348f95c302a9ca495f43c36d7c09bcd738492b 981 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.