Memory Pool Memory Pool Refreshing

2,303 transactions
19.28 vMB
Show Random Selection Loading Transactions
Max Size: 78/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,099 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (851,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,438 56,438 000000000a2cabc1d648a2dce3a561eb783f0d6eb917b57264399c10fee5b1fd 0.00 MB 2 0
56,437 56,437 000000000c9e913ae686fb516653a17824c02604ee7321875effd0cd7e45f692 0.00 MB 1 0
56,436 56,436 000000000176262ee1f162f7d9b8a7f94aab70a529a53d53d949b481cac57914 0.00 MB 4 0
56,435 56,435 000000001224e2ccbd6782086dbb6fe85a280e06b7a0f2c099804f43357c611b 0.00 MB 1 0
56,434 56,434 000000000e96ef5fdb93bdaefb111466b6721a8b813c5339dca4971ff15c5e99 0.00 MB 1 0
56,433 56,433 000000000aac4f6690a2cc2a9382c01c3b3983ac61ba741e8a0e6d24518d70d1 0.00 MB 1 0
56,432 56,432 000000000ff8d45509badd946793565222a61d73d0684b4f5ee742f69e75c70c 0.00 MB 2 0
56,431 56,431 00000000064237f67f2c064334d60d86319673014b2412d40303df25fd9678b6 0.00 MB 1 0
56,430 56,430 0000000000b775e5643d937b0478fb7d9e16e6144c78eb4a63c90f030d0ccacc 0.00 MB 1 0
56,429 56,429 0000000009b458b2b51f982f97d09d6fe8956468f6e6671aa80da70e242c2d07 0.00 MB 1 0
56,428 56,428 000000000ddaed496a6adeb00ccda215c258d9c8dc5f1a4934e0c004d3cc6386 0.00 MB 2 0
56,427 56,427 0000000008d12b1115b681f3904b19044346dc1aeb0c55aef2cb271a4e4835bd 0.00 MB 3 0
56,426 56,426 000000000378cb8b1401fd33c8ee8a06b60ec01d93015b32e38900f28752f4a6 0.00 MB 1 0
56,425 56,425 00000000134959b965ec12eea3e08a1802df2028698795c1bee701e502b9845e 0.00 MB 1 0
56,424 56,424 0000000011e8179d3b9b723688bb569a20b0afadf08fabaa5e72f2d24d8852d1 0.01 MB 2 0
56,423 56,423 000000000162c17d773f70a55d4cfbde553e47b9f4db05ad63e35f4a53c97f92 0.00 MB 1 0
56,422 56,422 000000000fc18d0e2673f0cc80de061da75f88577a4c623aefb59fbd259602a0 0.00 MB 1 0
56,421 56,421 00000000125d71fd60b87c9947934edec05c8564555e040ff5453b0b13e2c7bd 0.00 MB 1 0
56,420 56,420 000000000aae952c66cfd214a1f7571e1e47d77c5fa0b58ea3a7799151886574 0.00 MB 1 0
56,419 56,419 00000000065655f3b2ec48d7e219bcc2686d21c59a4142916e1a188e9d743b56 0.00 MB 1 0
56,418 56,418 0000000000322c77718e71b8d890d73435838aac11c2c8862536594d995e0296 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,701.25 GB sent, 98.66 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.