Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,360 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (585,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,444 322,444 0000000000000000106dd7ba34ecb60a8fc513450558651b3be6960593e6be80 0.25 MB 417 32
322,443 322,443 00000000000000000ed44f41712aec2554eedc3cac799c95bbb13f45f71d3a0f 0.35 MB 449 26
322,442 322,442 00000000000000001b7637d92261f06da36808b61f8ede0954c9b2d21bae777d 0.48 MB 520 24
322,441 322,441 00000000000000000ff02974fe404ec6fc67b66987fc757a7ab142e72663930d 0.20 MB 225 23
322,440 322,440 0000000000000000178ecd51b0d5c1e5012b6efe404faab0b29f93a85ad7c105 0.14 MB 171 24
322,439 322,439 00000000000000000df337c78af4335af501623d0a922730049a7fe41366b1ef 0.12 MB 194 33
322,438 322,438 000000000000000003eea1042414be87534b1bfdb5eac3b1084a1cc3da5a2e0b 0.28 MB 466 28
322,437 322,437 00000000000000001c9aafa53e8d0ebd30091ed7bf60d3c9ca8f4509b941ec4e 0.00 MB 12 39
322,436 322,436 000000000000000014a56d321b18445e8a559309f481a192db34210f22cc4204 0.83 MB 1,016 24
322,435 322,435 00000000000000001d5235dee84b4a80779d8d9625bf5cdad6b50e3cc3791640 0.52 MB 633 28
322,434 322,434 0000000000000000119d723d0ce272326042baff1e521d43a8db37b0f80e95a3 0.15 MB 271 23
322,433 322,433 000000000000000011112ada39381c17abe3cf7731990ab130d03f731abecfed 0.81 MB 1,322 28
322,432 322,432 00000000000000001d84208181ee6e14a13425ebc65b8b8048cf8ce43adc1dcd 0.03 MB 59 32
322,431 322,431 000000000000000000e4eb6661f287f67ff072bd33b0c7f476cbe577ef426975 0.03 MB 30 19
322,430 322,430 0000000000000000050e4d3ce539e7b6ed30b6bbec31cafdd014da9232cc3e2f 0.07 MB 117 30
322,429 322,429 000000000000000020f5613dac879f417902d16518eead26ddf936342faa62f3 0.03 MB 74 30
322,428 322,428 00000000000000000e76eb8591a06951576bdf2110a1cf23226d89d0d3d1c72b 0.16 MB 301 27
322,427 322,427 000000000000000005cded926265074dfe1e8d18eef59861bfa5a35355251a38 0.47 MB 788 26
322,426 322,426 000000000000000000c98d75d1769ddff30692728d9ae8f17bc80f9fdf9784fa 0.29 MB 247 24
322,425 322,425 000000000000000018a33fe1a408adb3b58983233241348b87033d1f2439144d 0.62 MB 758 27
322,424 322,424 000000000000000022e97f668908c559a640cc95e5523d3cb5eb164de3f16cb6 0.49 MB 690 32
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.