Loading Tool

Explorer IconExplorer

Memory Pool

47,169 transactions
27.57 vMB
0.10537290 BTC
Random Selection Loading Transactions
Max Size: 146.94/200 MB

Candidate Block

Mining Attempt 553d3d0b5a64b669774d656dd9cad01b67bb981064490a5bc007ec636ba2f606
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 5a28ef9566444b88202f8418dfc4613371b3022cd4323c486a37f4671b0f0e00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,425
Size: 1.00 vMB
Total Fees: 0.05378591 BTC
Feerates: 101.66 > 5.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (50,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,713 864,713 000000000000000000017ddd83fd679c1c966f0c1c94d8cc87c2984412f8be4e 3,373 1.00/1.00 vMB 5
864,712 864,712 00000000000000000002a26dcda8f586d2149a88b07d297a9047894d3c8fc3b5 6,784 1.00/1.00 vMB 2
864,711 864,711 0000000000000000000293b6b866be237ee65e4e58013548b53c1885c1b8808b 6,365 1.00/1.00 vMB 2
864,710 864,710 0000000000000000000297ff3bae711e51157a270249d8c55f74d212a273b8b5 3,914 1.00/1.00 vMB 2
864,709 864,709 0000000000000000000054d7c1d6fa219028e70ad7a2f32902b86ceba773a5b1 5,537 1.00/1.00 vMB 6
864,708 864,708 0000000000000000000322e018084255564e3bd7fc4a99553ad9f18d76cd3e27 4,140 1.00/1.00 vMB 5
864,707 864,707 00000000000000000002e83bf49ecf7de0d12ea6569486d14f1bd5d9a991250f 6,122 1.00/1.00 vMB 2
864,706 864,706 00000000000000000002703cee609eb7f7c980e38356bfddf7ab108e40174c30 7,063 1.00/1.00 vMB 3
864,705 864,705 000000000000000000016f6502004f4e0872a6e30caad36f2584981d2669a484 4,433 1.00/1.00 vMB 6
864,704 864,704 00000000000000000002940c998eabb6e72280c01085e7bbab047cea2813a140 7,389 1.00/1.00 vMB 2
864,703 864,703 000000000000000000018f2dd2ec33392029f89b95fba68472064d6184ccb70a 3,810 1.00/1.00 vMB 6
864,702 864,702 0000000000000000000164978092a538cd95cec6eeadbe5bd9744f8082b45b2f 5,262 1.00/1.00 vMB 4
864,701 864,701 000000000000000000027546b367a3266740ebf8a37c41e27508e7cb43fd0b82 6,768 1.00/1.00 vMB 2
864,700 864,700 00000000000000000000ae2b6638b424a99326817428e6ee2d8cdbf0e3502cdb 5,087 1.00/1.00 vMB 6
864,699 864,699 0000000000000000000166e7c648832854e5e52f40ced7b2882a5c0ace7a010d 7,297 1.00/1.00 vMB 2
864,698 864,698 000000000000000000014949208ac9275dfe6f9e811b0cc644813b5338c543bb 4,796 1.00/1.00 vMB 6
864,697 864,697 00000000000000000002d069d658be879a5c1ec3c58c1aee6ef8a02949d00762 4,890 1.00/1.00 vMB 3
864,696 864,696 00000000000000000001f727ea37ad3cd9c2f7acefc599b1d55f87979bde5cf7 5,327 1.00/1.00 vMB 2
864,695 864,695 00000000000000000000c61d32b4d7186b991afa5db4a446a81d276fd75f1abf 4,427 1.00/1.00 vMB 3
864,694 864,694 000000000000000000028cb801e5ce02c189b6c1da39957c71e234e3340d3dd5 3,321 1.00/1.00 vMB 5
864,693 864,693 00000000000000000000993acfb28395ce9b9887ddf8b705cc4ad4a8673ed72c 3,308 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.