Memory Pool Memory Pool Refreshing

5,649 transactions
2.24 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,644 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,587 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (892,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,194 16,194 000000004baf39d415d341f4de122347181bac4c25e19e9c6a389bc95e4b9fdb 0.00 MB 1 0
16,193 16,193 000000009d9f4a2e0166323752c2f080cde56be9d20ace5c41d1773dfbdd2bd7 0.00 MB 1 0
16,192 16,192 000000009fab8464b20af839dfd786e8433ca41d562637c238069b354a786b2f 0.00 MB 1 0
16,191 16,191 000000001d727c280219008651b1a355b90f90cc32e14f4a3c00ed1a0b23485c 0.00 MB 1 0
16,190 16,190 0000000059f84bbc88759690db9ad878c0c4be5e41488d7865e08c0b13687c5c 0.00 MB 1 0
16,189 16,189 00000000d4c183720ee674301372fb6cfbde3fb6ced6819eaeb26456da42bab9 0.00 MB 1 0
16,188 16,188 00000000a21a21a961ea7e13335f1d76e583a0d86dd68b6a17bc45c1f235fbaa 0.00 MB 1 0
16,187 16,187 00000000134ec6975d9bf01e13eaac59b62068925e798bb664bcb09ff899c4f1 0.00 MB 1 0
16,186 16,186 000000004a0793848ac152d360132b32d2c0cc286a4a6b6aa56ac56f74809139 0.00 MB 1 0
16,185 16,185 00000000aab25fdd6bcc93d5a72197b2880aa5f77a3d57095900f5821fbf8c61 0.00 MB 1 0
16,184 16,184 00000000e747a7cc6155aa614b87704dd768c3c2617a6e0923ee9f844d50fc12 0.00 MB 1 0
16,183 16,183 000000004ce86dc32fcb90f100ae17ca0c0ea3fc10d7944c5f0523100fa6a93e 0.00 MB 1 0
16,182 16,182 000000006dc9b87f04c0c121f2e243e020d1dd94462886dab5ffd5c0f4d7e5f3 0.00 MB 1 0
16,181 16,181 00000000b1f4a5d94f8a15b92493e0bb8e98b4ec4494b7ab635db8dac102a2aa 0.00 MB 1 0
16,180 16,180 000000006d235093d6d1c10a65a789f1709f79c05d66c6dbc475f17f71d85515 0.00 MB 1 0
16,179 16,179 00000000fb51ee8c7222040f256b63179db16f3c54a4b5930df4bb9e059b57e7 0.00 MB 1 0
16,178 16,178 0000000015e23334497ad3c66c70296883be982add6faa22aad45e6ae3d8d214 0.00 MB 1 0
16,177 16,177 0000000016083182a19dc222f5980afc20954f3b2f44170bbc906119da066c0e 0.00 MB 1 0
16,176 16,176 00000000aa428c4251191599657d5f29f1928a49a8bab4ee64b347fbe7411657 0.00 MB 1 0
16,175 16,175 00000000e4c438810b1641826ed26d81831e953a7d505190f4a57711a5e64819 0.00 MB 1 0
16,174 16,174 00000000e91be09b06408046f60ce641dc2a1ce22fbdb75e74ff1fc1e89fae86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.27 GB sent, 101.39 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.