Memory Pool Memory Pool Refreshing

10,527 transactions
4.78 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (479,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
428,574 428,574 000000000000000002cf28d5b90c78e380c9023d0e8d9e62a20f612c4a075a27 1.00 MB 2,630 82
428,573 428,573 0000000000000000038e3515b85c5399d458d0015619e7c70088e7edb8bfd13f 1.00 MB 2,240 61
428,572 428,572 000000000000000001678330a1c60edb56ddcb4293887f0c4cf7fd146a6b8adb 0.74 MB 621 11
428,571 428,571 00000000000000000297c90ef0b73874409e8b49b2408e851a856979ef4b44db 1.00 MB 2,031 50
428,570 428,570 00000000000000000223bb18553ffba0ab9f7f4eed5f2eec29dbfdd0fc3813a9 1.00 MB 2,353 58
428,569 428,569 000000000000000004abcab690ca37bd7ff5eef4332b97fe9aac33aa7e5fe0bc 1.00 MB 2,222 67
428,568 428,568 000000000000000004db2e4ec63378fb48ecd03893d524647554d76b82fb523c 1.00 MB 1,598 34
428,567 428,567 000000000000000001ed5f64c4bc3ce40bb12b64c86e67eea01a6ab4ed47757c 0.77 MB 1,757 58
428,566 428,566 000000000000000001bf9ad62ede4610bac0967084033859617944123725baf8 1.00 MB 2,389 64
428,565 428,565 0000000000000000003e1e99d88284bc97ca6efa194a75e83c0cc39de6c8b6fb 1.00 MB 901 12
428,564 428,564 000000000000000004e6f2566a275a59a4ace7fce1dc952b582b8c560c7c2c2b 1.00 MB 1,702 35
428,563 428,563 0000000000000000027e6842b34ab516ea348fe7d72ca40d8efba66d13061fc3 1.00 MB 1,664 100
428,562 428,562 0000000000000000017ab06465848aa2818bb12f2c714781ae10c9c954f473a3 1.00 MB 2,470 64
428,561 428,561 0000000000000000017905694652811aaf784eab7788b9fc016d2d7cc84139b5 1.00 MB 1,639 32
428,560 428,560 000000000000000003f37e790234efc02c144b371157d518dfb3a2b2392b361c 1.00 MB 2,036 45
428,559 428,559 00000000000000000131182769b92e72d45c9aa1de5279f089c4ca50619411ca 1.00 MB 2,650 74
428,558 428,558 000000000000000002b48fcba0c9f24cab2fcde183cfa2817bd856595cd2e153 1.00 MB 2,617 63
428,557 428,557 000000000000000001c4145719409860e28dc8bcf96edd5fe2f7e4b3d50cd529 1.00 MB 2,748 64
428,556 428,556 000000000000000003e607caeec42b0b74772f7c36991d60c4d98852fb314839 1.00 MB 3,024 93
428,555 428,555 000000000000000000a08cfe6d0e35bdecc3f1f3bd10be45dcf656897825001a 1.00 MB 2,639 76
428,554 428,554 0000000000000000006560dc346a24e4521496e4dd54c237c7b0c7166af60a17 1.00 MB 2,471 58
Previous 10 blocks ↓
Total Size: 769.03 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,625.75 GB sent, 93.04 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.