Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,713 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,407 000000000000000000022cb30000000000000000000000000000000000000000 0.62 vMB 1,703 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,406 (866,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,857 42,857 000000001ffc534c00b98054aeabffa499dd9db4b1cae80fca979d16acc3643d 0.00 MB 1 0
42,856 42,856 000000000b94c41fdc2963b5ff236453fb39ef17c85826b300603ff735545ba4 0.00 MB 1 0
42,855 42,855 000000001e7928a8902eb380e81f5e54f2f823ae184c80d639ad9e43ea0fdadc 0.00 MB 1 0
42,854 42,854 000000000c4b35519f06fdd775421d6adff80fc4421a3f5d61561ed652eedb8e 0.00 MB 1 0
42,853 42,853 0000000005285198a550e024d5e4bd25bb6d4b5fb25579af14fe7f7d96782c1e 0.00 MB 1 0
42,852 42,852 000000000fd4e03505c23081f3f6442887a10b6411e2be8a154dd99074b6b332 0.00 MB 1 0
42,851 42,851 000000002b1b684dfdac7ab35e16b7cb5f37d89ed3d193bfd4f0d3e02fed7632 0.00 MB 1 0
42,850 42,850 0000000033b5afdf7770221e715a1b5b212c5ef668d62a07efcadbaa08eb499d 0.00 MB 1 0
42,849 42,849 00000000377e4fc8400b3a3425dd2ddc4f774ef5b2e964bd84861871ef9dfd39 0.00 MB 1 0
42,848 42,848 00000000074bfa69e40ce8377928307b73542bafcb579c881e224a557cde7ff2 0.00 MB 1 0
42,847 42,847 00000000375224eb85607605ea8edf6937eb632fed766d76fef20b95df4520e7 0.00 MB 2 0
42,846 42,846 000000001058f5d543a6e9ceb258e2c23770802c7360cab5023631ae6665d20d 0.00 MB 1 0
42,845 42,845 00000000134ee499d36010f6c81a605d9aca5b478abe32a622e539de8a8f185f 0.00 MB 1 0
42,844 42,844 000000001d8add851a08fd2f68b974fab49492476ab56b3066d35ddef941fdac 0.00 MB 1 0
42,843 42,843 00000000425cd5ba96721d199559a1f72748207bb361fbdaeb6ae9e96b8751a8 0.00 MB 1 0
42,842 42,842 0000000040fd835797f62eea43373025fbc26515147bd1cebf5c01654ee20762 0.00 MB 1 0
42,841 42,841 000000002aa64e091f2f3e6e1cebd2a6051a251f90216fd3435016682069bdd7 0.00 MB 1 0
42,840 42,840 00000000435969e91b6808ec0ef3734c1226eb092d9778b997d64bfeddbcd52b 0.00 MB 1 0
42,839 42,839 000000002cf1bed76f25574e706bac5665426ea412fe6957eb5884c36c44652d 0.00 MB 1 0
42,838 42,838 0000000031b52f01794b3cf03e6ac0129e525e9b44a4fe403dc087db4c176c3d 0.00 MB 1 0
42,837 42,837 0000000025a6f73d7b1ad01ae8ee1c93a02768961ee37dbe576bf4dd1643a2c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.30 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,070.28 GB sent, 109.61 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.