Loading Tool

Explorer IconExplorer

Memory Pool

49,663 transactions
29.95 vMB
0.09359249 BTC
Random Selection Loading Transactions
Max Size: 159.80/200 MB

Candidate Block

Mining Attempt 3df6792ba621afff3db4d1e147265b5648ff3b62250dba0221b3733322fd7697
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root 2c9cc2279151ccc96c0e4948d0127f378ba6a1f6bac1178c7739e2730d86ca10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.02730958 BTC
Feerates: 72.92 > 2.74 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (434,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,705 480,705 00000000000000000042c0114b4e87c607c2df4546e9296c07ae0030d3f01888 2,391 1.00/1.00 vMB 273
480,704 480,704 0000000000000000011a6aa97a0a63e333311bf61895182cffceb9b875feca03 2,437 1.00/1.00 vMB 260
480,703 480,703 00000000000000000061e81a2c316a3b09fcf9dc96251f69fa19a713b0ac8c0f 2,413 1.00/1.00 vMB 279
480,702 480,702 000000000000000000a6d0fd4dfa34f92131f97b148f39dcd218c5dfc6e49600 2,148 1.00/1.00 vMB 165
480,701 480,701 0000000000000000005fc1b161ee0e92ce703455ccbe3dcaa080bbd26901d60d 1,552 1.00/1.00 vMB 243
480,700 480,700 000000000000000000cf731cb1af2816bbbaa70d9bb69a433336da13c4e2402b 1,846 1.00/1.00 vMB 254
480,699 480,699 0000000000000000006690d3bad548b25a3eef61f66dc10880f6c6362c7a8a96 1,070 1.00/1.00 vMB 255
480,698 480,698 000000000000000000f88646bab30c192188280d67795514fa7902cb288d27fa 1,735 1.00/1.00 vMB 248
480,697 480,697 0000000000000000008fd3cd7c211a64a1b88d851e1d83d657cae18875d21874 2,798 1.00/1.00 vMB 283
480,696 480,696 000000000000000000c1242279ca91d249668d2404454c77fd74daa1ed6bd2dd 1,387 0.99/1.00 vMB 276
480,695 480,695 0000000000000000005f002507078036abdc98aaa4101181c9c61a63fd55ae9c 1 0.00/1.00 vMB 0
480,694 480,694 000000000000000000a1069d1380f1a2d187f8d779122e432a73ff1c1de88d67 777 0.99/1.00 vMB 248
480,693 480,693 0000000000000000002b34ab756244d2ba117b0b4b61e960bd28c1f116ad9d38 1,941 1.00/1.00 vMB 298
480,692 480,692 0000000000000000002125f38d8ec493b87d35696fd54492e1b6d55cac650a38 1,668 1.00/1.00 vMB 261
480,691 480,691 000000000000000000ed4d4a94d6ff815d9e93c50fcd28545802bf657307fb7b 1,457 1.00/1.00 vMB 268
480,690 480,690 000000000000000000f412fedaf890f091102f398a700b49b821949586a2a1fb 1,719 1.00/1.00 vMB 300
480,689 480,689 000000000000000000f01574b88311efef2304b180e8c982f419266c340cb2e9 2,388 1.00/1.00 vMB 361
480,688 480,688 000000000000000000b6a3e1a09548b2cbe6d9bf899b9802e0dc0bb93d50d8c7 2,344 1.00/1.00 vMB 284
480,687 480,687 0000000000000000011a38f34005f78163986ac96222966de78b352c1d735743 2,481 1.00/1.00 vMB 259
480,686 480,686 000000000000000000ab3d38ab5994039a22a766f9c0ac132956c975cb889cf3 2,547 0.99/1.00 vMB 267
480,685 480,685 000000000000000000e1d19c34495f0ca37c284a65c7a270e4ad601e72e33367 2,352 1.00/1.00 vMB 239
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.