Memory Pool Memory Pool Refreshing

3,382 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,895 (782,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,274 125,274 00000000000025bd632667afa10b3f0ea69f62fe033d9b6ccf169739437dd407 0.03 MB 27 1,011
125,273 125,273 00000000000038b9d38dbab1115cce39be42ff3db63dd9c6f661eba7b0d70202 0.01 MB 25 565
125,272 125,272 0000000000000f6a7ddffb20f8d677dd726d7b5726b8632cb2828d310a44ada0 0.02 MB 60 1,747
125,271 125,271 00000000000008e05195d80d324250938802d3d15bca3508a21383d055c55484 0.00 MB 1 0
125,270 125,270 00000000000015cf9665b0bf06ad94e8590f72105cc68420daabe1e6d5ca17df 0.03 MB 29 1,171
125,269 125,269 00000000000003749ef864a64f26870616416eafa06eec5454c3265a1b54d5da 0.01 MB 25 0
125,268 125,268 00000000000012a8f9f8045364155867029dcf2a4df296c0f23c97e83dc2cec5 0.00 MB 10 0
125,267 125,267 00000000000030f50bf7da8b0f67dcdb10b453316803daa921b5770b81020e2a 0.00 MB 4 642
125,266 125,266 00000000000023f0ebead5ac08e6ee4b3fe3e618e20b3e23f321bb54112bdd20 0.01 MB 46 215
125,265 125,265 000000000000383770fcab3aba0b527dec681d024c083a80762965986a8e2087 0.01 MB 29 288
125,264 125,264 0000000000001bb081d84103ed0bcda47bf63243c7033df4102594062de74864 0.02 MB 48 1,241
125,263 125,263 000000000000090fb02d9ccd5b8318d02a34f119d81a0cc139a5c55cab1dd184 0.01 MB 32 996
125,262 125,262 0000000000003c859d78a135debb13696f057505f2a470ef7b4248a781369acd 0.02 MB 20 383
125,261 125,261 0000000000003c866fbcdef13275a963ad8c8783a2ef2e3e5a9c23407b78bba5 0.02 MB 52 1,329
125,260 125,260 000000000000121adccf90e3ea047ac76eab98d99d066a1e7dfc34b3bac6f11f 0.00 MB 12 3,878
125,259 125,259 0000000000002d90d6c4a55d1a3c55404cb3b84732d849427a2b9ddf7b9b66ba 0.00 MB 5 3,300
125,258 125,258 000000000000435e863614818ff28adab12c63ac55b92e29a13562beb942f370 0.01 MB 23 419
125,257 125,257 0000000000002fcb4461ee89e01fc9b4b2cf00a422c727d608aba1912807e89c 0.00 MB 4 1,182
125,256 125,256 00000000000030ab851155d049e78beffedc2f5b0a40c14268fcdfa918abeb0a 0.00 MB 1 0
125,255 125,255 000000000000390f96acd7639e22ed50c63ca8d1471ef3157d78d92373dd9fb0 0.00 MB 11 1,236
125,254 125,254 00000000000035687e267949ef364788355e9af3665e59886e604ec04d1fa8e5 0.01 MB 53 3,426
Previous 10 blocks ↓
Total Size: 769.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: 1,643.47 GB sent, 94.69 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.