Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,182 transactions (0.74 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
912,148 000000000000000000022b910000000000000000000000000000000000000000 0.74 vMB 2,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,147 (550,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,967 361,967 000000000000000015ebf9e4abc9706482ddd0e774d5da541343e9decd638e4c 0.75 MB 1,694 29
361,966 361,966 000000000000000006e2d86bc8460d5900351f1cf9b2b4e4acdebc1d0a063901 0.06 MB 128 26
361,965 361,965 00000000000000000dc6d1a36519de5d3be879751efd2317252229040c8d2483 0.04 MB 71 23
361,964 361,964 000000000000000004dff3c5b2fbaa1b0ae5d83f0aec3f00b3a3274de894e2a5 0.14 MB 468 31
361,963 361,963 0000000000000000024efc49aa264f5ab45a8ade090152c2f864bc40e1c81051 0.17 MB 360 29
361,962 361,962 000000000000000011007184c7053e8b1e52779e99707f4852699d92d61fa7d7 0.19 MB 309 29
361,961 361,961 000000000000000006c6cb6929116208f8c914f9dabda413972b9ca73c4c8895 0.00 MB 1 0
361,960 361,960 000000000000000006775629c6282858ebddbb6d8bd17f4ea18c69876cc7af11 0.11 MB 145 20
361,959 361,959 000000000000000013e2a890457cc0721e5adc8e0f078825358b963d81e6b514 0.15 MB 317 25
361,958 361,958 0000000000000000141c702c1fbd89b8aa8485903c969402f5c81463cc4fe901 0.41 MB 827 25
361,957 361,957 0000000000000000021c7874202919cf154365f88dd502c04c830bb5f206e940 0.28 MB 740 27
361,956 361,956 00000000000000000d3ae043cd1eb328975524839c3bd8bcc304f40fb6086073 0.14 MB 149 17
361,955 361,955 000000000000000005c3d6041355dcbea040c0e39d7e74600e74815c666fa574 0.29 MB 565 27
361,954 361,954 000000000000000008ebee42e1759d045d662e3b948b9c1bb8df880a30cc7607 0.46 MB 852 17
361,953 361,953 0000000000000000058b235f214ba587428e9670407b8aa35ebc63f56275f445 0.41 MB 696 23
361,952 361,952 000000000000000014d2035e883a41a90837e2af6d29fc2f7689f4a2a118bf33 0.75 MB 1,510 28
361,951 361,951 000000000000000000898b6112d73fc004c33466524ab84f48239998a04ac8fd 0.75 MB 1,576 26
361,950 361,950 00000000000000000369f67331f8971fdad83ba5031d3579251246b182b11db2 0.20 MB 509 24
361,949 361,949 000000000000000001cdc14c5954828abc5945f62ad017f4a8c55718697b8bc7 0.25 MB 314 13
361,948 361,948 0000000000000000040edbca8c620150e1c41665f4cc265b18fe6623dd7d933c 0.88 MB 1,826 31
361,947 361,947 0000000000000000058c0fe6358420df02a2f84022e2d68ef0f5c4748e646c18 0.32 MB 731 26
Previous 10 blocks ↓
Total Size: 777.35 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,526.33 GB sent, 135.18 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.