Memory Pool Memory Pool Refreshing

19,347 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,329 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (292,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,726 614,726 00000000000000000005d5d40233ce89222fd8d480fddc6ab6818b89f6e5fa94 1.27 MB 3,100 9
614,725 614,725 0000000000000000000f3276660a766e35a759e82e80c0284825fcf597e28d2f 0.24 MB 630 9
614,724 614,724 00000000000000000011162b469bcc4f9e159686e50c04de5a181747b7b7f6ae 0.25 MB 502 20
614,723 614,723 0000000000000000000fbcbd30022b72c1ac7d776fc1034d74206e5094d4aba0 0.17 MB 452 3
614,722 614,722 0000000000000000000591ebd53cf2303579838834dde434114909c552a1dd14 1.27 MB 2,873 13
614,721 614,721 0000000000000000000fd1c9131db299dcfd1ea91194b6d465b8d5f98a6ef0fd 0.34 MB 845 11
614,720 614,720 00000000000000000003e68ac00c2d43c038b1c8fe904c2d1c08ae036b06b144 0.11 MB 333 11
614,719 614,719 000000000000000000039193bff3af16640199823630888d7ccc2fae5e5c63e2 0.93 MB 1,795 10
614,718 614,718 0000000000000000000049310db3c14f3936786ab13cc3fa82077d9dd1e6913f 0.20 MB 259 2
614,717 614,717 0000000000000000000e4537875dcdbd87c1c1f4cb42ec42fb2366e8014165ff 1.27 MB 2,881 15
614,716 614,716 00000000000000000005bd5a713b12ea4b1dabd7a0eb89c31a346dec2d5f3e4c 0.06 MB 165 6
614,715 614,715 0000000000000000000f43ec84203003403ab9d77e07a83a8a8c6dcf44662faa 0.86 MB 2,092 5
614,714 614,714 0000000000000000000bfded3d6abfa9295957aa8b4dcb19d8805316fa18ed25 1.33 MB 2,585 19
614,713 614,713 0000000000000000000e1d6bed7b768e5da9fbb495c7ed5b9dabf3197f4fd5b6 1.26 MB 3,068 14
614,712 614,712 0000000000000000000ea2aeffbfc7dd845d5cc70aa2fe4bed49e073745b444f 1.15 MB 2,649 11
614,711 614,711 00000000000000000006a68c5ff7e932bdf96c37e2c56f2b1e8cbba2d4d52815 0.86 MB 1,929 7
614,710 614,710 0000000000000000000dcb19e6dd9ee9f5c3d479e33e84b8ba4662a9253c253d 1.29 MB 2,959 13
614,709 614,709 000000000000000000097d5a6ad990a4ca50e1cf8b80352044d4368a96b298ce 1.15 MB 2,262 3
614,708 614,708 00000000000000000000d7096d66c1c5885f2ff78d4cb7ba2c3a923f69864d8a 1.35 MB 3,111 18
614,707 614,707 0000000000000000000cacbd4a5c771656d380cc54c19859dd5deaa0461171f5 0.42 MB 600 16
614,706 614,706 000000000000000000038d5aeaed743a79e759935953d5fa730b0d6ec710366c 1.34 MB 3,036 11
Previous 10 blocks ↓
Total Size: 769.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: 1,624.47 GB sent, 93.00 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.