Loading Tool

Explorer IconExplorer

Memory Pool

78,456 transactions
29.24 vMB
0.07529238 BTC
Random Selection Loading Transactions
Max Size: 175.03/200 MB

Candidate Block

Mining Attempt 217fb054cfacc0a18b2b0c4a6674aae3902a1be5f879885ebe1a786249b2f23a
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 62fe75eaac8478e8325fa356efa38b11fc402f53240172fb67318302b15ded62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.01584627 BTC
Feerates: 73.20 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (509,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,488 405,488 00000000000000000038149e803abd9ed93ef07b807a8a5d15ab15eb321154af 1,333 0.99/1.00 vMB 35
405,487 405,487 000000000000000000ef36235e9495f5d0037e73e0e46e81b5b60eb7804d11a5 1,385 1.00/1.00 vMB 28
405,486 405,486 00000000000000000314387303e08e71a8739847f76b68a3a10022cfb9007a45 1,587 1.00/1.00 vMB 34
405,485 405,485 000000000000000003570a5bdbe8a21c50d0153e7912c8ec27d6ee3f7fa0c65e 2,201 1.00/1.00 vMB 41
405,484 405,484 000000000000000002b8e0bf5470a5666ad9517afacd6470cda6d51af7aac2b5 2,414 1.00/1.00 vMB 48
405,483 405,483 00000000000000000283cb24dc74e8035230958cfcbf31ef0fedca8132da99cd 1,694 1.00/1.00 vMB 70
405,482 405,482 000000000000000005dd0df27fe9c7cbda383228351bc3f10eb344f8b7fafad5 2,310 1.00/1.00 vMB 62
405,481 405,481 0000000000000000027af387ddb9b3b226418401de5caf68328fb4003a331bc5 1,222 0.93/1.00 vMB 27
405,480 405,480 00000000000000000450e8a20ce04a9649292ee6dfd2ec00e1b1882a7cc33c9f 2,001 1.00/1.00 vMB 56
405,479 405,479 0000000000000000018c33f528ba0f010a7d9b7422b8688de92169f961493914 2,617 1.00/1.00 vMB 39
405,478 405,478 0000000000000000044873622989e89c89de69c5a2f3ab3c5884d6cbf88b9593 1,231 1.00/1.00 vMB 77
405,477 405,477 000000000000000004662fbfb6c787542f1866b5ce36a611c9be09aa9bfcaa8a 1,788 1.00/1.00 vMB 41
405,476 405,476 000000000000000004a7231cb2f3adf95c331b59a2d2743326ce1ed98a48ae13 1,910 1.00/1.00 vMB 34
405,475 405,475 000000000000000004fdbe41b5122f1c073268313f1411d12e4d09b3ebcf9411 2,222 1.00/1.00 vMB 49
405,474 405,474 0000000000000000015529b70eb0fee55433e704c5ad18473111e03bea568a3d 2,262 1.00/1.00 vMB 60
405,473 405,473 000000000000000000404f930b9409fd034633a7fbb0550c918cf777c626099f 2,177 1.00/1.00 vMB 45
405,472 405,472 000000000000000004d5718772c0f2b9040ed43a37b300d2a2ccfbe13e83ebce 2,904 1.00/1.00 vMB 51
405,471 405,471 00000000000000000628521215d4be635c9e7f013f26916a6467a47e02879dc3 835 1.00/1.00 vMB 63
405,470 405,470 0000000000000000045f7e8eaf9c02d59b54d07e694af08003a03b9cab387ac9 1,824 1.00/1.00 vMB 84
405,469 405,469 0000000000000000043326e50978910284b0b9f368b31bca4b9a93eb5bce30d1 931 0.49/1.00 vMB 38
405,468 405,468 0000000000000000048e68f5b3460389a67274ce7b7ce3ee61772c39f1f7d059 455 0.26/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.50 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: 668.39 GB
    • Received: 15.49 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.