Memory Pool Memory Pool Refreshing

13,954 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,386 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (689,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,130 218,130 00000000000002758454d021e62891218350f3dcaa1b14b75d644cb4a2cab5d4 0.02 MB 64 202
218,129 218,129 0000000000000235a2d843ebb7af63bfad9831cb59ac95ec9daee61b5da2e0aa 0.18 MB 468 176
218,128 218,128 000000000000003af64452926a66f1f2369ead665de7d30fd020338962aa6229 0.11 MB 297 220
218,127 218,127 00000000000002bef062df01f06b19f4ac7de3adc0201640649bce600821dc66 0.07 MB 157 160
218,126 218,126 000000000000054cd447e9a9b9ee58e7ef8ce86a039a6ecd1dfc7a4554e1dd0f 0.13 MB 134 101
218,125 218,125 0000000000000199496859876b8ecec7c8e56fc79ea8148bc6df57e84b7322f9 0.17 MB 407 235
218,124 218,124 00000000000004ad110b24e737cbb6050c2c0c90f0cec27a563c4725c7744b9a 0.21 MB 312 180
218,123 218,123 000000000000043e14324f6814ffb7251768c378cc1cd6c4cf2d6e4d48cc89e7 0.05 MB 141 196
218,122 218,122 00000000000004a554c3b40e0f6e61c7bd5c65574ec6b6342b0f79c83465956d 0.13 MB 178 112
218,121 218,121 00000000000002c6fe8a45ec4e39d09ea90f8d9e16382aa4557e2a92e2479ad7 0.25 MB 749 238
218,120 218,120 00000000000003de78ce14ef8bac15ed46753fe3a791b435cffd7ee2032c4041 0.05 MB 132 656
218,119 218,119 000000000000039d674eb3da14c0475029e66cce5f2a344a463101dff750152d 0.10 MB 205 147
218,118 218,118 00000000000000e7f58de984648279dbdcc4db97f92ff8c1ec31a0f4737e2d8d 0.22 MB 588 221
218,117 218,117 00000000000003e58017acc44972f05ab7e66fc906754056efaf278cd7b25f41 0.12 MB 213 159
218,116 218,116 0000000000000404d47340273861dd5192c3b3172522b5e7a16aa8382070aab7 0.25 MB 713 194
218,115 218,115 00000000000000cc66e9e671ff57cb419267b960ca42f9fc85ff6619e83795ee 0.26 MB 448 143
218,114 218,114 000000000000057b369d27e725d0df7153a0a3a95f483cb2b8e1c2f0ff41cfd6 0.03 MB 77 51
218,113 218,113 00000000000000c517e1af8210e96695ab5dbc30b22261170007ba7b6186c295 0.30 MB 505 131
218,112 218,112 000000000000012896de99afdcb69761b0babdcfc89d8f74e0924f884424e630 0.20 MB 703 265
218,111 218,111 00000000000001651f792de924b3bdd6dad361022bdf838a9669671856f6e0d4 0.05 MB 154 148
218,110 218,110 00000000000005a18fa22f5608e4ea6cfc693e0875c5225fca1bbdbc85f82284 0.00 MB 13 14
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,622.93 GB sent, 92.96 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.