Memory Pool Memory Pool Refreshing

1,208 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,084 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,208 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,083 (803,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,968 104,968 000000000001451e9bd43a542ba4a0644ff798e562c22a81cf333ba2b2ad7776 0.00 MB 1 0
104,967 104,967 000000000002d469fecfa33c2d0da309deded35925d6ab650e21a641eb49c23a 0.00 MB 1 0
104,966 104,966 000000000000a2c3d0b8ebc3555de10ef76cbd03ddf34ab1688c55f6b245c609 0.00 MB 1 0
104,965 104,965 000000000002ad22602f39b600cc3d3f7e47074085479b60146e5b8d879d2c31 0.00 MB 1 0
104,964 104,964 000000000002d4460dfcebc8ca060e815be34f5d778509472ac1a1fff9d60463 0.00 MB 1 0
104,963 104,963 000000000001a97d37f5af72801aac2be8125f36d59e3727a25ea157d49eafca 0.00 MB 1 0
104,962 104,962 00000000000038c352858b060c9b3667672180413289ca4898c12f9e1a87e1c3 0.00 MB 1 0
104,961 104,961 00000000000034be4a468eaead8a53d09e1814302839fe2133f3d0115a557014 0.00 MB 1 0
104,960 104,960 00000000000184e2d6ee4157b07f78307d88167b54f6374f3f8403ac29dacafd 0.00 MB 2 0
104,959 104,959 000000000000239e26e57ce62d538830a4b29bdcaa0cccf60673107693ec3fbb 0.00 MB 11 0
104,958 104,958 00000000000003dd3cf8ac2b7420b8f7b68f0926dc2341f81f8d918aa862bbbd 0.01 MB 24 0
104,957 104,957 000000000001ee4275926712eaff2823de3954f43243c0f6f30e43040f114597 0.00 MB 2 0
104,956 104,956 00000000000161b6040f1bc718a75edf93be2463f359759c133c8b8943757c45 0.00 MB 6 0
104,955 104,955 000000000000a5f7d82378ccc67d6b7029551f72504e29facd12cf50ea6513e3 0.00 MB 2 0
104,954 104,954 000000000000134b0ca990a5c54c28c1893b9d2000338af814562975e5a1f70a 0.00 MB 10 0
104,953 104,953 0000000000005685284e4c76f1e987ae7b0cf373a5ea09bc7dfc9a9017a333f5 0.00 MB 4 0
104,952 104,952 00000000000047db54a93fad11e28c0a25aadcca6d8403d9d1ff6ba75e2458c4 0.00 MB 5 0
104,951 104,951 000000000002639a5b170aee0e88cb489b6e147f273e1cdaf768a88aecf5b262 0.00 MB 3 0
104,950 104,950 00000000000250edec6eef20540bce6df4c0916525a5c6716c77d9b0fafbe4b3 0.00 MB 1 0
104,949 104,949 000000000000d60a4894599aed2d5b3bf06a68f581558b2f4e5d34dd74a4799a 0.00 MB 4 0
104,948 104,948 000000000001ec1307f898e01155c360764e119126afa0962660c1704d18c3eb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.70 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,677.29 GB sent, 96.38 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.