Loading Tool

Explorer IconExplorer

Memory Pool

29,603 transactions (4.79 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 40.06/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,586 000000000000000000022b910000000000000000000000000000000000000000 2,487 0.02254596 BTC 0.79 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,585 (744,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
167,862 167,862 0000000000000b9da19a9bee8f2ce5ba529131ebeb7b345268240052c949835c 0.05 MB 125 98
167,861 167,861 0000000000000a76ff569addb6cc1dbfc470ae31fd0c059e4d12684c352c3717 0.01 MB 25 93
167,860 167,860 0000000000000082e94e68713abb2fca513c4e2cd8b6c7497f5a0d45ae37e129 0.00 MB 7 714
167,859 167,859 000000000000030f432b4af51331867800b8dd872490c1efbfcbde2f9f26984d 0.03 MB 54 224
167,858 167,858 0000000000000b3a19c5373ba77a0ef77ae0edb7dfedabfadaad067b1fad18d6 0.04 MB 105 65
167,857 167,857 000000000000085b66def3eda857fe52b6329f3fc92551147f9145766b6ee730 0.00 MB 10 53
167,856 167,856 000000000000060415ebc457a3e3d0059500cfec81436f7680f6475743d152da 0.00 MB 11 13
167,855 167,855 00000000000001571ba5e1c7aabfbf73223bd24d80ccc70ca2b1143de016bf25 0.03 MB 61 56
167,854 167,854 000000000000043dd212d028b3d09432b6464d11291d9d3f2cfe0b8d35a82201 0.01 MB 22 0
167,853 167,853 000000000000076bc6e948482737a63cf2fe5dafb3df16bb4ce841308e68e8b5 0.01 MB 43 278
167,852 167,852 00000000000000b78f97198474e26c5c3d7bac1b40b2246a976a0c00e01fbe4b 0.04 MB 58 120
167,851 167,851 00000000000000813353c68526471b6e9d0faa91d59bb0117b5012aa4722f939 0.02 MB 48 117
167,850 167,850 0000000000000823a0651bf071224b0b4e482ce7fc97753b40292433d9e859af 0.03 MB 77 162
167,849 167,849 0000000000000725c3819031f32efda660aae4c5b02846db4924bb4a39ab1fa6 0.05 MB 136 78
167,848 167,848 0000000000000b14a4d7be33aa58994ae670ee59eb127c0e67af322e2c1ebbb6 0.01 MB 15 15
167,847 167,847 00000000000001428be5c16eba2ec01bffe1cfde0af2de6f64675bea7be13cb8 0.03 MB 49 110
167,846 167,846 0000000000000222612ad4db0d86356d4361cf843da07bb72e0da3e39f80441d 0.00 MB 5 35
167,845 167,845 00000000000009765fefa01dec1831e0132a964a85c18e897855f5f3abe687a3 0.02 MB 31 207
167,844 167,844 000000000000012fd755d3692e95d81ebdc27f20eb0db9a7f8be313ccbbf1701 0.02 MB 79 0
167,843 167,843 000000000000026e00600d9ff352c44ca1c3b4fce64a699ebc9034204e2d2791 0.01 MB 12 28
167,842 167,842 0000000000000023261a8f96acafef7fcc02bf00f1db4894100c97e9876cc52a 0.11 MB 39 61
Previous 10 blocks ↓
Total Size: 778.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 51
    • Outgoing: 10
  • Data Transfer:
    • Sent: 12.16 GB
    • Received: 0.31 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.