Memory Pool Memory Pool Refreshing

17,844 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (32,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,677 875,677 000000000000000000009c50906dd623585f98e5c78f94f192a6a2d48f15310f 2.12 MB 2,509 8
875,676 875,676 00000000000000000000d48b262eca4a3482dd382de3b271a0208b171b250273 1.33 MB 1,990 12
875,675 875,675 00000000000000000002516db473a7fb1d435dd8753d0c5464956a8989ef7795 1.35 MB 2,458 15
875,674 875,674 00000000000000000000b4bf94a98cf266a5bed1cfc6a45f04cc57bc974fb3cb 1.11 MB 984 21
875,673 875,673 0000000000000000000243309ed3cc1e7f0b21f3eaff32572ed1e9d8a3614be4 2.24 MB 1,891 4
875,672 875,672 0000000000000000000218dba54fbc13ba80926c6eae7e4a30a28004413a62eb 1.81 MB 3,063 7
875,671 875,671 000000000000000000023a54a3d543a464f0e7b89f73fdf782a3cd633a2f4836 1.96 MB 2,591 5
875,670 875,670 000000000000000000004af6ee3a315d6002f571257735295d18f65f60525317 1.79 MB 2,405 4
875,669 875,669 00000000000000000000d919d79932723611d72b5cb288b5b935edea8a96db81 1.48 MB 1,951 4
875,668 875,668 0000000000000000000155b7b17e0eb727668959ac86f89df7840c58dac97a56 1.42 MB 2,762 8
875,667 875,667 0000000000000000000235c96a32025d22cc95d67896110fb4d0dba644558b8f 1.57 MB 3,113 12
875,666 875,666 0000000000000000000157d0bafa2d0d9499ee44a840e9c695bdebed39ca129c 1.38 MB 2,478 11
875,665 875,665 0000000000000000000210028bc04c0ff566692e8c68a22467a3964b464f09c9 1.31 MB 1,525 5
875,664 875,664 000000000000000000018027f4288ef67743164dab150e994539bb5045715abb 1.45 MB 2,224 7
875,663 875,663 00000000000000000000087ca01339aecf56c912471a50f51df1e517f53f0ae7 0.00 MB 1 0
875,662 875,662 000000000000000000023b1a7f0e3a128939ef92b2662edd8a25c6638b524c62 1.17 MB 412 3
875,661 875,661 000000000000000000022513f878fc411116267ebf72648057c937fb10473be2 1.56 MB 3,039 9
875,660 875,660 000000000000000000025674d1f0563d312f85d923a02bb1b0a81daf085549f3 1.45 MB 1,380 4
875,659 875,659 0000000000000000000223ababcacf589000e44e6b28cf5f054b9b24689a7099 1.45 MB 2,483 10
875,658 875,658 000000000000000000026e6838b24f5fb3a216e83ffed081a8f46181939f046a 1.43 MB 2,303 7
875,657 875,657 000000000000000000025e93d73c5a44cb9baa68c792eb5977c1ecb549243d39 1.43 MB 2,163 5
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.