Loading Tool

Explorer IconExplorer

Memory Pool

3,772 transactions (1.23 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 7.02/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,409 000000000000000000022b910000000000000000000000000000000000000000 3,138 0.02972855 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,408 (811,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,850 100,850 00000000000167f35be1cc9fe600fecdafba95ea432d74db96a0b4288110d393 0.00 MB 1 0
100,849 100,849 000000000003343cb57901fbb35fed7d89924b7c8213b6df5004952412e58afe 0.00 MB 1 0
100,848 100,848 00000000000319829d179ae18519e3ae974cde7c5ccb94972795c0b4c92817b9 0.00 MB 3 0
100,847 100,847 000000000000b5819f74bbbfbb53731fe397cfa3ed470de203f108e129e10a68 0.00 MB 6 0
100,846 100,846 000000000001e7a2a92c73c3f130c79222e2514f99eebaf4a730bb38166c420a 0.00 MB 3 0
100,845 100,845 0000000000006d8444bde10b872ebbe7ea3ce12defedd2486a69ca4565dcfe63 0.00 MB 11 0
100,844 100,844 000000000001e95097ccd037bf9f1d4047307976f5fa1793e32121825688b70c 0.00 MB 4 0
100,843 100,843 0000000000016a80d9cd4c8fdf92d53a556e6e913ddfa0dd24e72a82ab308e7c 0.00 MB 12 0
100,842 100,842 000000000000214c87d2a836bf2badcfcba4d0384794f6f1c809958deb230f13 0.06 MB 6 988
100,841 100,841 00000000000135709b1f892d4e87e3eed32bc33f14c3eb21252bec2b9f7bcb13 0.00 MB 3 0
100,840 100,840 0000000000015e43ddea6731774ebfbdb46f83b313cb52339b0304e89445e3ed 0.00 MB 2 0
100,839 100,839 00000000000025f52c13a9e6c1a28b8c15c7abd145502d6959080f52469be5da 0.00 MB 5 0
100,838 100,838 0000000000037125173b885433a257ed9d72bab20c82c9355bb79dbae250bfe3 0.00 MB 1 0
100,837 100,837 000000000003ef88704a770a75fff692577bd0c7c31ba8f78f082cec89fa215f 0.00 MB 2 0
100,836 100,836 000000000003dc8a3ab9ccfe2437f817ef6d980960e808786715df7479bce173 0.00 MB 3 0
100,835 100,835 000000000001a2d16001a95ef25f587fca1393a52efd3bb59404937c392d520b 0.00 MB 2 0
100,834 100,834 000000000002065566750a9b98452d0887cc4d33017e6b3c16c3f6bb583cc5e6 0.00 MB 2 0
100,833 100,833 0000000000026d4b8593b3c9ff26c7f9007c0d276c526b038998bdb06899c8eb 0.00 MB 4 0
100,832 100,832 0000000000011274b7e2cbd370cc9444dc9124ebb2747a947a69a144cfc6a984 0.00 MB 4 0
100,831 100,831 000000000001a54f95d25eb2d721f91a2e8e705c84d085b1eed8cd39e61b7cd1 0.00 MB 6 0
100,830 100,830 000000000000200143b435339d491211ec7de90a75cf197e3b8b482674e34066 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 777.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,551.17 GB
    • Received: 137.35 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.