Loading Tool

Explorer IconExplorer

Memory Pool

80,812 transactions
30.58 vMB
0.08460525 BTC
Random Selection Loading Transactions
Max Size: 186.53/200 MB

Candidate Block

Mining Attempt 4da47aa857eecaae00e46b947e221a8a4ed791da451b67fb10679e1213067d6d
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root f17cc172da94dd1ffeb287c681dcfe36f0b68816291121d5139b514e5963659e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,030
Size: 1.00 vMB
Total Fees: 0.01538587 BTC
Feerates: 301.57 > 1.54 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (433,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,383 482,383 000000000000000000b829250238b91e3717bb475e45e15629a83ca62bdb454f 2,508 1.00/1.00 vMB 397
482,382 482,382 0000000000000000005a918e8b5f0371247b53ad3a4c0ce4b9a0b7a86279c1b6 2,186 1.00/1.00 vMB 400
482,381 482,381 00000000000000000047c33679f714fd4b85d3dd866380790708e0aee5ffee4e 2,407 1.00/1.00 vMB 402
482,380 482,380 000000000000000000d6692c53d60b4da97039edc5a5222ae0e20af8bbd95f14 2,085 1.00/1.00 vMB 414
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
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.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.