Memory Pool Memory Pool Refreshing

1,879 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
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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,060 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (596,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,429 311,429 00000000000000003710d9dfda70d598b23fdcec3ed1dbd5d8c62a8b2015289f 0.29 MB 517 30
311,428 311,428 00000000000000002f610812844aa97c64e7f19cad0bda64aaa82e3c4b81eba1 0.10 MB 256 51
311,427 311,427 000000000000000012007d19e8bd1453d1205eccf285c97f7a8818bd3726d436 0.12 MB 211 42
311,426 311,426 00000000000000000b9dcc3fdf280d4e5381c9df4cce00f6b2913f618ecd4421 0.02 MB 32 34
311,425 311,425 0000000000000000300805705504a2bebbb7777e4d8fbf5ba6270c31f4601fb6 0.27 MB 578 32
311,424 311,424 00000000000000001c67b517aab62142753d2b58ad2ee7ed3ed20ece8c552330 0.07 MB 108 25
311,423 311,423 00000000000000002e9b1d431610132e62b3292b8fe91d4349e8e197e33f1fec 0.20 MB 358 34
311,422 311,422 00000000000000000ec4e9e5385e17f91877a899241c9542a528ab5bca38ab41 0.03 MB 64 26
311,421 311,421 000000000000000025709cb602d7252f1c59ec1834e8c5f5c497866c6ef29f9a 0.21 MB 361 31
311,420 311,420 00000000000000001bfc4e8003e377d09f215c2e80d33ff54c4ac27fc0221df4 0.08 MB 143 30
311,419 311,419 00000000000000000748bb11d8813fba35caf7266df3b4f0c66d7b40921941c8 0.26 MB 517 30
311,418 311,418 000000000000000034ff2487455502c0ccd2358308e16c338e58032557790118 0.44 MB 716 29
311,417 311,417 00000000000000002c4d0fe02df212ee0bd8e7cf97f7f2281fbdac1958ac0b24 0.09 MB 256 48
311,416 311,416 00000000000000001fbd1b43e80477f20b2155a26687e701256ef0d8967527cd 0.24 MB 441 28
311,415 311,415 000000000000000033c70537f5bd1b3510aff2d5b12c63037b402ee46e0e9ac9 0.48 MB 699 31
311,414 311,414 0000000000000000391354aa49bf87699dc2a8e9af460558d6da32fe13ad1d78 0.10 MB 256 37
311,413 311,413 00000000000000001c2c8922d0f76f6096a2827cb8e04144d37526b3089991a7 0.12 MB 110 12
311,412 311,412 00000000000000000316bf1872aa947e4d4fdbf796d4c738b6c2cae52c7a95aa 0.48 MB 628 23
311,411 311,411 000000000000000020b03f8d8e5327465916fb027c5686a905ea4b804c8b28f4 0.15 MB 148 19
311,410 311,410 000000000000000014ae95778ac8d9c6765adfc949abd4a1ecb5b39cabdfc5ea 0.04 MB 76 33
311,409 311,409 00000000000000001b94cc4dde1d09c889a2b831f37521a071525f44ee06d88f 0.03 MB 73 15
Previous 10 blocks ↓
Total Size: 769.06 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.81 GB sent, 93.17 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.