Loading Tool

Explorer IconExplorer

Memory Pool

41,947 transactions
26.51 vMB
0.07151571 BTC
Random Selection Loading Transactions
Max Size: 138.02/200 MB

Candidate Block

Mining Attempt b5e61818de94ec13e1c3ba07a4727fb870e6d8ef3fa7c94bde5d7c62ce757845
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 34bb311e6e279dd6e304aa7e1f44a40640c63dc623bb930a2c96ad6f9567d9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,820
Size: 1.00 vMB
Total Fees: 0.02256567 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (461,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,739 453,739 000000000000000001304a4f645d8b296900d0187d673f58b11083a42fe4a436 2,236 1.00/1.00 vMB 87
453,738 453,738 0000000000000000005943f73381a29e82ca01256045ac1487d2db9129fc5c01 2,078 1.00/1.00 vMB 99
453,737 453,737 000000000000000000b9bc16241b41e974a498b53b389e92a3d3570d9967ba18 1,252 0.63/1.00 vMB 78
453,736 453,736 00000000000000000273c60b8e5afa72f1254ac12df0c019ba1926cc3db68aa5 2,582 1.00/1.00 vMB 123
453,735 453,735 000000000000000001780b932f6e7f8a561472cef5c330364ec9771c3b6c68bf 1,545 0.77/1.00 vMB 61
453,734 453,734 000000000000000001535c66ef14ba1cc4724b1f69f5f880eef4b302a96ada17 2,581 1.00/1.00 vMB 118
453,733 453,733 0000000000000000026b95dc246058a4ce6e032d963b34ed63970fa9f395bd1d 275 0.11/1.00 vMB 99
453,732 453,732 000000000000000000f82880b8691cb20b06d4e11725c4636e901b5a6d018b02 2,468 1.00/1.00 vMB 105
453,731 453,731 0000000000000000019700d5d48888b4c8928195c096ab27c3da06815ca4c42f 314 0.18/1.00 vMB 113
453,730 453,730 0000000000000000009feb5d58ba5dea97a3fd06a7180539f1bc2b60dfd944bb 829 1.00/1.00 vMB 24
453,729 453,729 000000000000000000ad4b0c7fdb822e221526b1f69f8af1c0735b9050329180 494 0.21/1.00 vMB 96
453,728 453,728 000000000000000000d8d86d8b2cae9243077d1ebefaa45d22fc9bcd7278e1be 1,873 1.00/1.00 vMB 72
453,727 453,727 0000000000000000008d59720933d2d06f542a4ec7c08a990eac03799c0853e5 699 0.29/1.00 vMB 89
453,726 453,726 00000000000000000109f42e622d4c68e611bce7aa00d72ac1181dc9b57fdca0 1,369 0.68/1.00 vMB 68
453,725 453,725 0000000000000000019001bd8ef1eb441b1851cc4472e18c8493251f6a65e739 2,377 1.00/1.00 vMB 122
453,724 453,724 0000000000000000017a196a754f1e5fd1db28c1943b0ffd2c2d29d1353c146f 1,039 0.45/1.00 vMB 101
453,723 453,723 0000000000000000006f5c0fa237675c535b6b90e18816f331fa7e80d82d8631 2,161 1.00/1.00 vMB 107
453,722 453,722 00000000000000000219f9025f4e509e523ca33e856ed19d52d75a28d46cb671 1,565 1.00/1.00 vMB 58
453,721 453,721 00000000000000000037a7a190fc3d5871bcfcc5915bcea88ae273f18f0fe32e 1,940 1.00/1.00 vMB 126
453,720 453,720 0000000000000000025481f9ec41033f6850a4be4ad71b3b33828dea373f5dc7 114 1.00/1.00 vMB 8
453,719 453,719 0000000000000000025d0451fdecbb36521d2be5140624a8456efe04f85bd80e 910 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.