Memory Pool Memory Pool Refreshing

3,438 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 sats/vbyte 3
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (697,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,453 210,453 0000000000000247a1309e09a372e9f60e0ea98892705a95e236d3fb0110950a 0.02 MB 36 156
210,452 210,452 00000000000001e667566a307b72cfb16e0119c485daefe42a9e4ac29f9a9fdf 0.05 MB 133 145
210,451 210,451 000000000000049eb435392e231e26ee59582403baf33475f9396f7980ce59fe 0.02 MB 63 145
210,450 210,450 000000000000025d203276807989337fc3f34bf7f3a0c5306a971f1638b658cb 0.15 MB 282 125
210,449 210,449 0000000000000485d57f85ec6403625344caa9bb2df7b27857ab25258803a17d 0.10 MB 192 168
210,448 210,448 00000000000002de13dca033f78298fd04fda426ffdf6be9a22e39254edb610e 0.02 MB 62 91
210,447 210,447 00000000000002565dd673c5c79da47045a1446028e0157af3985b50acd1a388 0.10 MB 76 91
210,446 210,446 0000000000000453f0a90016a3df091677b07d8d840b0916d616f8e84e33672e 0.10 MB 70 104
210,445 210,445 00000000000000a624e8436e8d59bb1f2eaf8ba25b1a9ca5915e7382d831d993 0.00 MB 15 74
210,444 210,444 0000000000000353f81adbe6bc3aceea7f8da3220eba5b6e125f02830b5379d8 0.06 MB 131 141
210,443 210,443 0000000000000338fc23788f17ff815359559756bdcac52e6ff24838a8ba4ab7 0.00 MB 15 15
210,442 210,442 000000000000013449273396a539c239ebf4175564a73a8691b4b401e0b0340f 0.00 MB 1 0
210,441 210,441 00000000000002bb0dcc8af33770454f70418bbb5222a166e4ae8fbc095b4f2f 0.14 MB 317 156
210,440 210,440 00000000000002be3b398c5bf086d17b5b03bcd5884adb5e5e866e298c6162ad 0.02 MB 50 114
210,439 210,439 000000000000017cbfe7e9d62ec10d7f5c37f2df6e245364612d92d0b5b560de 0.02 MB 56 44
210,438 210,438 0000000000000276b46ca9dd2afee238c7f861122bdbb260ca94753b22c76e5f 0.06 MB 157 167
210,437 210,437 000000000000042c4314decf43d47a64af7b4dab0738a4df74df1eaf306303e0 0.06 MB 147 175
210,436 210,436 000000000000030c8b8f4beedfbb7f2e5dadb5f930b215ac094095b18e55060f 0.04 MB 74 222
210,435 210,435 00000000000003aa10c8ed6f747b227c8003235de6300b18987cedd0c8c4eab2 0.04 MB 112 175
210,434 210,434 00000000000001884490ac2ea6673ecf75692ecbfd7ae46f7a6746f654d332d9 0.01 MB 21 136
210,433 210,433 00000000000001591e48ca94c53c0e38bf034ca12c1a4a4b60b5e7239142b896 0.07 MB 194 143
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.