Loading Tool

Explorer IconExplorer

Memory Pool

35,951 transactions
25.67 vMB
0.05513555 BTC
Random Selection Loading Transactions
Max Size: 131.40/200 MB

Candidate Block

Mining Attempt 280f91c9de74cc6436a5649de82e9248dc14241826aeda98569e7d4e87cb3e97
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root b1f0084f78572ad3011e93ce9869bad8d2fd21bf69570247b094e62d993a0af0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,607
Size: 1.00 vMB
Total Fees: 0.00818332 BTC
Feerates: 150.93 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (249,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,657 665,657 0000000000000000000c1cb6ab7b6e08538cae8310ee16c0f53a908ea134d472 2,889 1.00/1.00 vMB 91
665,656 665,656 0000000000000000000740a93f9ddee6fa5e0873b66c84aeb4d6087cb4ea59eb 857 1.00/1.00 vMB 84
665,655 665,655 0000000000000000000cd428c7524265ebbdece99df9ca159d62fab9b39b227b 2,945 1.00/1.00 vMB 103
665,654 665,654 0000000000000000000622e7b8af4f221cf799b65f54c050e0214a980476bf80 2,522 1.00/1.00 vMB 114
665,653 665,653 000000000000000000013bdaa979a421ddcec9e548a1eef8c1b0176f8a25b368 2,050 1.00/1.00 vMB 86
665,652 665,652 0000000000000000000c29e0ee127c69622ac28a8e5bea0c646bd6569ab4b8ba 2,841 1.00/1.00 vMB 111
665,651 665,651 000000000000000000052a45c8be22bb72981fec3d0bc0796cb45e76ee43e2f9 2,552 1.00/1.00 vMB 115
665,650 665,650 00000000000000000005f2ae299c673f76f74bab3ede9deda9a4f05ef21061d5 2,081 1.00/1.00 vMB 119
665,649 665,649 000000000000000000043edd82208be015d3e35e8c33acf613a1a1acd75b8de4 2,657 1.00/1.00 vMB 105
665,648 665,648 00000000000000000007ad979fe427a4fd94a3f2a988fbb9ee09587eb03b149b 2,496 1.00/1.00 vMB 118
665,647 665,647 00000000000000000002183a40cfee46ab22579c5bd3fed3e4b9f7a122d7f67b 1,050 1.00/1.00 vMB 112
665,646 665,646 0000000000000000000239ec2728583831b4c5529ea5a6625b80169f4751f74d 2,029 1.00/1.00 vMB 136
665,645 665,645 0000000000000000000298095189248833f8081179b7890d0f3489c1999dedd7 1,674 1.00/1.00 vMB 97
665,644 665,644 00000000000000000000eb26aa876272278ca21cf5a3025ababd00dc1869d5d5 2,456 1.00/1.00 vMB 130
665,643 665,643 0000000000000000000b66867f21d2f693233f1adffe647c16ebea36f82ddbc1 1,531 1.00/1.00 vMB 93
665,642 665,642 00000000000000000001d69a960abc28fead9920c528efdb11952b58ebc7d24c 1,879 1.00/1.00 vMB 99
665,641 665,641 00000000000000000002be5852cb3d72f33b553fe5cfd49afbd770f43c1ea208 2,666 1.00/1.00 vMB 127
665,640 665,640 000000000000000000066c28f2dc6a0cedd0c1ea622c8647d723babd907a5da6 2,861 1.00/1.00 vMB 124
665,639 665,639 00000000000000000005866e210a3c1921bcf1bfd8321c176fa37ebafd9f7ed5 2,301 1.00/1.00 vMB 131
665,638 665,638 0000000000000000000d7704c99f2e9541f7d55c34a0c3e7b532742ff342d484 2,333 1.00/1.00 vMB 152
665,637 665,637 00000000000000000004b34a2a7586785deff9d1bdbf9af99f1f609638418b96 1,852 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.82 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: 635.61 GB
    • Received: 12.32 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.