Loading Tool

Explorer IconExplorer

Memory Pool

81,717 transactions
31.27 vMB
0.07859804 BTC
Random Selection Loading Transactions
Max Size: 190.27/200 MB

Candidate Block

Mining Attempt 9e618be2197ebb5c3696170f4dc6ede46cd27bbb16f228f5d6a9b76f44d8e444
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root b680f27168ecea0c550753b105b7111fc5955974e02b75d2a332f3dc55de87b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,204
Size: 1.00 vMB
Total Fees: 0.01094690 BTC
Feerates: 100.37 > 1.10 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (137,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,247 777,247 00000000000000000001ab2a84432102876fab4b74bb066dd8feeaaa34685dff 806 1.00/1.00 vMB 5
777,246 777,246 000000000000000000020f1fe0d82a63cf9434ce9af0bb1843d43fd343af20cc 1,162 1.00/1.00 vMB 4
777,245 777,245 00000000000000000006ec65836008eba452f7d5614d4e09114f87a9ca64cf42 1,642 1.00/1.00 vMB 8
777,244 777,244 0000000000000000000665c4109ebf93b5f7755d17a8f81de1abbfadbee110b1 2,618 1.00/1.00 vMB 14
777,243 777,243 0000000000000000000662d1707c5f442bd698d9dce1e7f7a9373244f603f8ce 3,349 1.00/1.00 vMB 23
777,242 777,242 0000000000000000000219f9a06362c7e919185b49beace70b605bb680815bd2 3,213 1.00/1.00 vMB 26
777,241 777,241 000000000000000000022b2333cddd32005becff6ef3411af3bd29a463825c17 2,854 1.00/1.00 vMB 16
777,240 777,240 0000000000000000000372d42f99bb36a06120f95cd40851b7153ad69fbc7803 599 1.00/1.00 vMB 3
777,239 777,239 00000000000000000006ea7bdcb3a2eae60702c1f26967f867f6ed76d9149bd0 1,010 1.00/1.00 vMB 5
777,238 777,238 00000000000000000006b997cee74f8faeb51ddcf4a6dd5361c28a93339470d4 1,324 1.00/1.00 vMB 4
777,237 777,237 00000000000000000001a2f37185331b7b3b2068b8084b334f842955d1452a4b 918 1.00/1.00 vMB 17
777,236 777,236 0000000000000000000160f2bd112482548180e1878f6966064ab57683e7b9cb 1,770 1.00/1.00 vMB 13
777,235 777,235 000000000000000000039df848c04f6b4954a4a1ed69b90be6bba6e5505f8b3c 797 1.00/1.00 vMB 4
777,234 777,234 000000000000000000009a399185e647488aef7ca73a39a54a8e0d8db5b0b87d 2,497 1.00/1.00 vMB 14
777,233 777,233 00000000000000000006008464e575c4b2bfb96f60fc483fb4c2b8b0b3817f95 1,178 1.00/1.00 vMB 4
777,232 777,232 00000000000000000001ccb2fe55a7cdd2e03d2a6c3b28d80e34d1c80dcc1016 2,110 1.00/1.00 vMB 12
777,231 777,231 00000000000000000005c2b080dbfb87d8d730b7ee7a9ab0593f150095a11e9c 2,370 1.00/1.00 vMB 15
777,230 777,230 0000000000000000000154a92050608a73b29ca879e4c44afdc789f1d456723e 2,152 1.00/1.00 vMB 8
777,229 777,229 0000000000000000000542f8c29a9ce721e6c64f4be06e97adf561aaf26a86b9 1,613 1.00/1.00 vMB 11
777,228 777,228 00000000000000000003bd6a038d55f14e75515c93cff344ffafa71326da97db 3,421 1.00/1.00 vMB 20
777,227 777,227 00000000000000000003d037e42ec0f002939e5bc3a988cd83753af4f963c2e7 2,690 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.73 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: 707.89 GB
    • Received: 16.71 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.