Memory Pool Memory Pool Refreshing

4,195 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,950 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (353,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
554,500 554,500 0000000000000000000e3322638e2bbdd7871199a6ec26bd12f1c2fc0a0b730c 1.16 MB 2,477 30
554,499 554,499 000000000000000000064a63d8fed4c595d6de6b08482d6cd2f6a86bedbabb92 1.26 MB 2,545 71
554,498 554,498 0000000000000000002bb213153de9698a0335a062f47662fdb0cad579f52062 1.32 MB 2,705 47
554,497 554,497 00000000000000000000f27f5b8ab6d00109f4ad90f8413938608e67ef78854a 1.23 MB 2,017 41
554,496 554,496 00000000000000000033781b8c392566ef7f0011069bc4460a6ffb5f96723694 1.20 MB 1,813 49
554,495 554,495 0000000000000000000544cb319f27e48a28927a5277e58981e144ecafe0a67b 1.40 MB 1,121 61
554,494 554,494 00000000000000000023f6d315208db09f113a59c68701d138d65125fca6613e 1.14 MB 1,597 59
554,493 554,493 0000000000000000001085095c42a9c3efa20eaab65b34aa3639ab6a533c5eaa 1.04 MB 840 57
554,492 554,492 0000000000000000001df025e69d263904d1253fad7e6bcff14486bfb9e5e8e4 1.04 MB 952 80
554,491 554,491 00000000000000000024950460abe1979a87c78db960a1a389e111254100862e 1.36 MB 2,160 10
554,490 554,490 0000000000000000000a817bb3c42bfdf09f76a653568a5374e28bce9ffeb731 1.12 MB 2,587 12
554,489 554,489 0000000000000000001b2453646c8a8ee489a45364fa4c581f4f0008ad3f26b0 1.31 MB 2,396 14
554,488 554,488 000000000000000000186644f969352a06ecb8e47bcfc6f05ff7278aabe59f84 1.22 MB 2,835 56
554,487 554,487 00000000000000000036483da6a306c03c27ac7d2a027a00f7d04b18ecc1bd0e 1.10 MB 2,815 4
554,486 554,486 00000000000000000009652ed756fd8b87622bede5a8677695f104f417d722e0 1.07 MB 1,737 12
554,485 554,485 0000000000000000000602dfe19c67ee652af50c8ac01567e1176f67a75c1ccc 1.16 MB 2,660 8
554,484 554,484 00000000000000000008e54f374c6dd5b12aa144ca544b6d99216edfb5bd0b8e 1.23 MB 2,122 17
554,483 554,483 0000000000000000003061b845d3bbf79854c20175c07434e755b44715b1ab6f 1.23 MB 2,783 33
554,482 554,482 0000000000000000000553e77d65d3d58a8e128419c88667af51eb43e5e50bbe 1.24 MB 2,369 64
554,481 554,481 00000000000000000027ab30e487812bd630a8eb25aad08403f4377cffdbbcd8 1.27 MB 3,169 43
554,480 554,480 0000000000000000001cfb56009d22d85c4fd8bf5040497882837e8851ee4ad9 1.23 MB 2,495 35
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.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.