Memory Pool Memory Pool Refreshing

2,688 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (784,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,497 123,497 0000000000002ff6b2abe446483d07bf1f56b0b448f0d55968de8aaf546eeee8 0.01 MB 36 373
123,496 123,496 0000000000006061dcd769f3b4c0db142d3579eec79e520af92ae9df91d5af77 0.00 MB 4 488
123,495 123,495 00000000000022c1a7c881546b06b9cee65bc67b80e5a845bb0daff6cb160bf0 0.00 MB 7 177
123,494 123,494 0000000000000d915f31b67f659f2f3ecc1774c9381d9355696ddd32399acddc 0.00 MB 11 292
123,493 123,493 0000000000005392401e0b4ce05f85728936bfe125034dc94235f6ab0175cfe4 0.00 MB 8 841
123,492 123,492 000000000000667082ada99b17cc13030b2a927d8a302c36ca60d9de36ee2b25 0.00 MB 6 0
123,491 123,491 00000000000062d090ae592af8668a7e41c910b5f07b8afbf5f7977083a3b9d8 0.01 MB 25 924
123,490 123,490 000000000000214a6d7fe015776f6315c8d543b4f42e7cebc8e12f76a97ac0c0 0.00 MB 12 208
123,489 123,489 0000000000003367d3ce40f5588e417eacf0c7b2f84a8001e72a814b10ac4dd5 0.03 MB 100 320
123,488 123,488 00000000000066e870a413fb36fee7bdf94a7bef2bb0578136c4e9fc7b5860a1 0.01 MB 29 0
123,487 123,487 0000000000005034e554c202ba250c87013b9141f8efceb3fbce038737170b77 0.01 MB 15 1,666
123,486 123,486 00000000000059f6d7dff8fa4917271e23d381b45671318ec04367845818cee6 0.00 MB 9 313
123,485 123,485 00000000000052868327ff0b1542eafe86ec89a8c36c1341405e1ba3a6dc49e3 0.00 MB 7 322
123,484 123,484 0000000000002805a866c3d01bc8abff2a63a7ea4f5b9af6c09c0f9e17f5d1f5 0.02 MB 35 100
123,483 123,483 00000000000033d3d13bf26adcae1cf8d640d92a3b8468eb50b8801e3251caf1 0.00 MB 4 1,489
123,482 123,482 0000000000002a62ae0bf642a88d04e5a68056786e3722b411b5212857d7b590 0.00 MB 2 325
123,481 123,481 0000000000003c159ffc1e8e452d3c37d1aba992c657543d1edbee33db9fe02b 0.00 MB 9 0
123,480 123,480 000000000000642f9a5efa1a9d844364652d8352b1b0e4d0b2ff97aa8256c44e 0.01 MB 19 870
123,479 123,479 0000000000006148de7ce639a6df7964a2228e60900985f81af5ad9170211486 0.00 MB 5 0
123,478 123,478 0000000000001d07c068ba4d09fe98353d62bd37f376577ea09dd997608b6df0 0.01 MB 28 94
123,477 123,477 0000000000001ba08dad05487431407f67ca3096aa4e39ad7f17fa2ea231e0ac 0.00 MB 10 267
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.