Memory Pool Memory Pool Refreshing

1,426 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,300 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,383 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,299 (826,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,002 82,002 00000000002bff01fcc56735dc7a220f2470970cdba1ef611e4c740c03e6d998 0.00 MB 5 0
82,001 82,001 00000000001e0f5b8021e95bf59ef9279c45f5162a0e41074a145c5825385625 0.00 MB 1 0
82,000 82,000 00000000000c9d1c4acc114afb58d55db5ec44a963263cf6247220b7a3f85c5c 0.00 MB 1 0
81,999 81,999 000000000021be421ba749e51e7f422ff4142fe2d17092d4b0931247dbd59113 0.00 MB 2 0
81,998 81,998 00000000002f4c514e6475ef40187b6d98f055f836a5390004c310caa37c557e 0.00 MB 1 0
81,997 81,997 000000000034488867687778a7d672c63f60c6bf8eff7fb327fd2a2a3a462bb7 0.00 MB 5 0
81,996 81,996 00000000003f4947f7f20e875fb16f26a8f9d039c2c194640b4b779d1305f282 0.00 MB 3 0
81,995 81,995 000000000012ba91dc863b3bd80de1998bd219ddd01d6b84f767151e77fead28 0.00 MB 1 0
81,994 81,994 00000000000106dc50932d6f89d1b1e079c589a013bdcb92f4dc7d690292c801 0.00 MB 3 0
81,993 81,993 000000000011ccea95e8cdf9ded875aebf2e62b4398dc6fd70f723768c8a19ce 0.00 MB 2 0
81,992 81,992 000000000029bd960bab358baa39bea923666184d7efb3334db94720b97f990b 0.00 MB 16 0
81,991 81,991 000000000034783593491ccd0a5949020cfb4fbcd002f12d55c551f417c55f94 0.01 MB 8 0
81,990 81,990 00000000002e2fbdc56676f02d7dfc0f3a0ca007bc4b5ffb6d88c30dd2356812 0.00 MB 5 0
81,989 81,989 000000000004661a9ec34c9cfad899e08c2b75210b01ae43648ea5081dccde9c 0.00 MB 4 0
81,988 81,988 000000000006ab8765b72bb6d532c5af9ce2a5981ba9828c930ab45e611cf01d 0.00 MB 2 0
81,987 81,987 000000000037382f21830d31c78ca2acaa7cc456aa71607138cd0d783f25d5a7 0.00 MB 4 0
81,986 81,986 000000000041013c95935f1839ad9963889a3b6afdbe9a493ff4845d396ae029 0.00 MB 11 0
81,985 81,985 00000000002daedde829244605e194c9b436e0abf4206a18f0f6272e8bc2bab8 0.00 MB 2 0
81,984 81,984 00000000000dd31cb4b959ece3915bf82aeaa3b0ba6fd7ff58eb1ac3f1770bc2 0.00 MB 3 0
81,983 81,983 00000000000600f83299b142ffa3960bb295f2a9cf415074bcbeff2cbdb13ff9 0.00 MB 1 0
81,982 81,982 000000000008be0eb222c572a4223968b613c9eefee876fbde58a50879c32f60 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.67 GB sent, 98.41 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.