Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,348 transactions (0.39 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,881 000000000000000000022cb30000000000000000000000000000000000000000 0.38 vMB 1,337 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,880 (883,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,850 27,850 000000000ea405aacd6997720b4934bde844155c0347224665ab489982e49089 0.00 MB 1 0
27,849 27,849 00000000ff83f21ca412f9b1fa482c71bbc02d8cffb28f3b1a300a5ee22467a9 0.00 MB 1 0
27,848 27,848 000000003e91e0b753392643dc3578a9f3fe4019c4564c42be3c6670d66ddab4 0.00 MB 1 0
27,847 27,847 00000000ef76c01f9fec8e8ebeff1ac5c65d3eea2ecbce4e1c9014cacf7d6f94 0.00 MB 1 0
27,846 27,846 00000000c873a78dcabe2983b79787825bb5950bbcc732e1c98ddf25780fd14d 0.00 MB 1 0
27,845 27,845 000000001fdaa5f09d315a0199cf0d5be15f725184b4b6fead334d3bc170d1dc 0.00 MB 1 0
27,844 27,844 00000000283492cff15de92b1daa0f4a219a15d2e80cea73a3617ca363b4c6f8 0.00 MB 1 0
27,843 27,843 000000009428473483350407938c13dff1e514382c7d0c509bee32a4c787211c 0.00 MB 1 0
27,842 27,842 00000000156e5dd108473f5f3347f763aa82664e4ecd752757bfeb2b0792f396 0.00 MB 1 0
27,841 27,841 00000000a174071fe18babb66bd7b31e608ae3ce920d5e05be9c1b90c6acc2cb 0.00 MB 1 0
27,840 27,840 00000000c96fdfead993218bf07ecf27071e01ac4a82feb2a5381ba36266409c 0.00 MB 1 0
27,839 27,839 000000000e25ab572ec831db000f7325df4b3e68bacc8e2ae9427e88fda7cbea 0.00 MB 1 0
27,838 27,838 00000000229042e9abab0f0fbf9a946bc1ce923381ba3240058c8c33f1f3d12c 0.00 MB 1 0
27,837 27,837 00000000e824bd020edff580a490b824c86e052d262ca62608215381791282a0 0.00 MB 1 0
27,836 27,836 00000000b5593179b0809b4601cad3942a7104867269b577f5efa07e5a0a3d2c 0.00 MB 1 0
27,835 27,835 00000000d7e3d8718b9fea2ce1098f2dd57ff1cc259bc2ce1fff3675487c7574 0.00 MB 1 0
27,834 27,834 000000001eb37bb2e8b3b06535d941dbdc6455895efb9581dbc26e4ab5319717 0.00 MB 1 0
27,833 27,833 000000006978e2e521922870b166be55782260ea945802f9ae4bc49b5e5a9488 0.00 MB 1 0
27,832 27,832 000000001658646c2bf7a1be0c1daf80373868f8b1e7fe88a48716a61b1f40d1 0.00 MB 1 0
27,831 27,831 00000000e19f02050e9f76eb5e703ec58fc5ab9d97b86aa57635f494cd0df0b9 0.00 MB 1 0
27,830 27,830 0000000023dcd9fe26953ec0a3e82796fb26cd9c878dbd8797e5d4df3e6d518f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,343.39 GB sent, 123.80 GB received

Notes

  • This page updates every 5 seconds.
  • 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.