Memory Pool Memory Pool Refreshing

4,146 transactions
24.59 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,469 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (823,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,518 84,518 0000000000166e88caae3df05453ae5cf44ba1e44afbbf6a78ae2aba00df1967 0.00 MB 1 0
84,517 84,517 00000000002ede219521a7f284eb2635aebed21da05bddc8d593b3843e704f2d 0.00 MB 1 0
84,516 84,516 00000000002e1b1e6a9aeb8a5b811eaa1afe84bb06a9a818bbd02e60755db991 0.00 MB 2 0
84,515 84,515 000000000012c76cc03dd5d08a026c6301f6b4740f0436b5621927098d979792 0.00 MB 2 0
84,514 84,514 000000000014a179a24e73d5b05c47be51a52917d2715ef86570767ca882ebec 0.00 MB 2 0
84,513 84,513 00000000000ff8d1c3bcb1e33c6c19dc84f63d32bdc8862173a7fbc58ffd9632 0.00 MB 1 0
84,512 84,512 000000000010d81f4bf82b7557f8199fbca2229d668742029c23223d27ed10b9 0.00 MB 4 0
84,511 84,511 000000000018563176aef8ae314f36b371f24f6ef28704aae7ab59caea704b00 0.00 MB 1 0
84,510 84,510 000000000012f999e9718a20792cbecb1f6657c72f897c392be20f6e08006262 0.00 MB 1 0
84,509 84,509 0000000000047ceb2c2f8f24979c3da57f559749f87180ba4a814f7a56aee60f 0.00 MB 1 0
84,508 84,508 00000000003055b56434a85651a85601af0f4a4117d603ad24d931b095fa6114 0.00 MB 2 0
84,507 84,507 0000000000305bbd3f9c42157e9aa76eea30552cc60a86ef639d1abbc8074be7 0.00 MB 1 0
84,506 84,506 00000000000492c13a20b6345592d46b9c14607d6b282874c6d913ada82bb0d6 0.00 MB 1 0
84,505 84,505 00000000002e11ccbacb4702201b216ca9e210e9657c7e8846f41ab9d492882f 0.00 MB 7 0
84,504 84,504 0000000000229a8b7c8e88f8d997be10c952512e19b3fb0ce11b20f448f60d16 0.00 MB 2 0
84,503 84,503 00000000002cc72ac3895ff741a7b3efe33cb9cf3ccc2723007bdcc3ca60b315 0.00 MB 1 0
84,502 84,502 000000000010eca104ccb9933780065d9fbd5a3370595c5ab419fd861584b97b 0.00 MB 2 0
84,501 84,501 0000000000001bd34f5d8079c62e58dfd39dbbd78fdf52b93cbb1593579ad022 0.00 MB 1 0
84,500 84,500 000000000021d7e26af815acbdb3c4684a107e8ec6ec3ad3fda1c424d67aaaf9 0.00 MB 1 0
84,499 84,499 00000000000579abf40c768f0be0c5dfdbbf10dfb4cab211bc5d3976f8e55af8 0.00 MB 2 0
84,498 84,498 000000000026b3ecb4b5606aae530e0dcbf0fa3b0c73100f2f6a2fb086065a36 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.62 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.