Memory Pool Memory Pool Refreshing

1,400 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,449 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,383 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (823,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,524 84,524 000000000019a46b4ad960fb7ac20a6c3b3936a730faa51f429d0fa670a62c80 0.00 MB 8 0
84,523 84,523 00000000002fecacbdb88d17e8b9e7b344260ba8e272b98d06b13b4c7766da1d 0.00 MB 6 0
84,522 84,522 00000000000b0743190225b5a2c15ca9c3f731ade9adfdea7b4b16463162f04d 0.00 MB 2 0
84,521 84,521 00000000002c47493287035e6a0d4a3b54b9dd4cd96b84b3cc42c3771d9ca1a8 0.00 MB 2 0
84,520 84,520 0000000000176e5402387dd2e02517fe9b3e21e472f3bb4563258b4444d7a655 0.00 MB 2 0
84,519 84,519 000000000029bea954d2e4804f2b08a452e78c5581eb16156f5ac54364356f11 0.00 MB 5 0
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
Previous 10 blocks ↓
Total Size: 770.53 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,776.01 GB sent, 99.72 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.