Loading Tool

Explorer IconExplorer

Memory Pool

83,048 transactions
31.36 vMB
0.13029974 BTC
Random Selection Loading Transactions
Max Size: 190.10/200 MB

Candidate Block

Mining Attempt c17940a52ee664f3c12976f706f84e30deff2ee1a9203d86351d1a82670acfa8
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 6e4a82fc2908f29f0aedf4f032b49ce2bfb1ad7c98121deeed190c1543f03e43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 1.00 vMB
Total Fees: 0.04608620 BTC
Feerates: 318.30 > 4.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (433,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,379 482,379 00000000000000000017a3e5f9b271388708fe747c4ecea904f55b8d3d73369f 1,983 1.00/1.00 vMB 528
482,378 482,378 000000000000000000e4e17b80ecdd8323ff667a0ed4f673ee58f0ff96a55845 1,796 1.00/1.00 vMB 380
482,377 482,377 000000000000000000ad356ae972ff2c98a38010a7e86500df95910e87609ca2 2,342 1.00/1.00 vMB 366
482,376 482,376 0000000000000000000f833a7c24b274597f63bbf02b1437623a8c11c6852994 2,075 1.00/1.00 vMB 455
482,375 482,375 0000000000000000002fc51f3c850a65a0aa228a5081810425ce20caec8cdeeb 1,637 1.00/1.00 vMB 482
482,374 482,374 000000000000000000f150729b78800530c533c13676ed26f61867f0c611cc70 1,893 1.00/1.00 vMB 425
482,373 482,373 00000000000000000060cd2bf258f6fdc95cfe0c3bab9da7a2d93d90b100976e 1,598 1.00/1.00 vMB 627
482,372 482,372 000000000000000000f61366e951bc3f5a0ea7879e3125460c51b5a139c12497 2,148 1.00/1.00 vMB 287
482,371 482,371 00000000000000000130fda13f7cbb204379c6b4444729c073468fe55c980485 1,815 1.00/1.00 vMB 448
482,370 482,370 00000000000000000056b872f1ffdb77b9a75df5feba285b58601535bad3137f 2,432 1.00/1.00 vMB 219
482,369 482,369 000000000000000000e434a1cafedbc0230bf81f77dd0a5c4161fd0a0e2479b5 2,060 1.00/1.00 vMB 298
482,368 482,368 000000000000000000cf860878bb76878aa38cccb8bf7c6d0749b7d65a7dc34b 2,053 1.00/1.00 vMB 366
482,367 482,367 0000000000000000000fd7f6ba8707e53473041ebc4bdf075a296ad4f8c1e5b6 2,361 1.00/1.00 vMB 416
482,366 482,366 0000000000000000009b5b57da4eefcd46925d43d1f984029c6ad8aa9f49ad75 2,267 1.00/1.00 vMB 491
482,365 482,365 0000000000000000011f79cbedac83b83bb2a288a6efaa0a3aaf21dd69376f6b 2,000 1.00/1.00 vMB 471
482,364 482,364 000000000000000000ccdba37ddee6cf8e4fb960b7df6d7414cc557a13a57a0d 1,076 1.00/1.00 vMB 97
482,363 482,363 000000000000000000e9bc1735312ecfb6e8349d6f8a1bd6d78111e0dd589127 1,930 1.00/1.00 vMB 142
482,362 482,362 00000000000000000009e82f2896fb350581a896dd318a09ef7f0d31af755686 2,023 1.00/1.00 vMB 162
482,361 482,361 00000000000000000091ad7bfd1132d72b600b6f3203f10acffbf893fe5d923f 2,233 1.00/1.00 vMB 294
482,360 482,360 000000000000000000f0c4d0e73a184524a8c00aa13a67f02ab1cf2530860317 2,233 1.00/1.00 vMB 416
482,359 482,359 00000000000000000083a635986d0206a59fe5275e38eca1e10664dc8c91f990 2,219 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 783.08 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: 722.55 GB
    • Received: 18.40 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.