Memory Pool Memory Pool Refreshing

2,137 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,650 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 2,136 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,649 (872,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,438 36,438 000000000ad21f65f6bcc14664f9cad2d9f78aa7add3ceec0cf7581f8d32ed7d 0.00 MB 1 0
36,437 36,437 00000000693edb1e6f2e54cb3f294000570e531b13734f1927fdad49a23f1f20 0.00 MB 1 0
36,436 36,436 000000007b4da0a3bc63323814230919bada4d34efa708e0fedf334937a792ad 0.00 MB 1 0
36,435 36,435 00000000a49fb30f4b63ebdaf4312564a2e883701648bfbf985ce00183d9470a 0.00 MB 1 0
36,434 36,434 00000000b92c0338f5d81827eacfd61418897f8d3e8f1586e4f257986232d15e 0.00 MB 1 0
36,433 36,433 000000002d7284ee9d60b2d6831b6cfc2187e3b540c4914aa516ff2a6e6375af 0.00 MB 1 0
36,432 36,432 0000000050320830771be119e5041603fac9a1fe4359c6dc66f51662354c7e91 0.00 MB 1 0
36,431 36,431 00000000bd6ce59c0bf46f229d18b60860e371a7a07d8e136077246bd123c864 0.00 MB 1 0
36,430 36,430 000000000639c6f7608abd6afc2ee48c50ac05a5dd78db5d0c80742b795212f2 0.00 MB 1 0
36,429 36,429 0000000039b4c825738bb00b4016dd06b8eb0d817a3a233402f8a2c84a7c5b04 0.00 MB 1 0
36,428 36,428 000000003228a2d0dd0dc5f617e824cb70a478b6ece2ee598e8e5110dc0f495c 0.00 MB 1 0
36,427 36,427 0000000075555cdc5a073316bae2921761cf5672e591a75d8c54976bb1f71d4d 0.00 MB 1 0
36,426 36,426 00000000747e148ea37c23aff3dd9b02f1fe8d06e87c988226496c85cf326f41 0.00 MB 1 0
36,425 36,425 000000003dedd18ab861452ba60451ae4cbed2e937b324cc191ecafa502b5ccd 0.00 MB 1 0
36,424 36,424 0000000068d34408ffeff7f3dcd00098844a8461a360bdd33dc2b7260adc9dc7 0.00 MB 1 0
36,423 36,423 000000000d25b50a489638c7785888feb78ea3938ba299f8ac5bade987f40459 0.00 MB 1 0
36,422 36,422 00000000ac7618aa3b0298da15ae9f9ed1f0e26c41f098f518eed2f56cb6090c 0.00 MB 1 0
36,421 36,421 000000003ac11e513b5acbacd6decd41879683e0d40312a783233a8ae6f41cfc 0.00 MB 1 0
36,420 36,420 000000001f9f1e0a62989fbd8a11e6cd648aa1953df7f672e28c5a4789f864e5 0.00 MB 1 0
36,419 36,419 00000000b1337d0d007a906c7103cbffd1404e635457526707437d38ee0d415f 0.00 MB 1 0
36,418 36,418 00000000657a71ef825cfb15feae8360f3dcec95fcf81151136ed66b308ea995 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.44 GB sent, 101.44 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.