Memory Pool Memory Pool Refreshing

6,043 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (22,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,355 885,355 00000000000000000001acc3a8b1a5c2a59adde7f1fcaeb94e57944837fbf4cd 1.64 MB 2,360 5
885,354 885,354 000000000000000000018367906e157aeb917414fe36d14d42dd547899b6f4b3 1.34 MB 2,056 7
885,353 885,353 00000000000000000001222cf30f23100f54dc5d811ffa3d89d09251c892326c 1.38 MB 2,224 7
885,352 885,352 00000000000000000000fe0ad982cd1c0c13fcb21b01711d8c422356b12eb37c 1.36 MB 1,578 6
885,351 885,351 00000000000000000001ebf02d6d652de0d8a2445d2b20d9fac22c6174e3b80a 1.56 MB 3,544 5
885,350 885,350 000000000000000000022d1676ca3fd97e7c552a6b8ad08991a7e69c391ec796 1.81 MB 4,951 4
885,349 885,349 0000000000000000000225d6c4bb0709fce26c1c2da28e3341e5b6aa9651c207 1.31 MB 1,960 6
885,348 885,348 000000000000000000020ca1154a68e322cedcc2bc5b3c4aec82fd88c1a44c0a 1.32 MB 1,576 7
885,347 885,347 0000000000000000000043e9fdee4e90ea1419a9753e440199282185a5032c95 1.32 MB 1,675 7
885,346 885,346 00000000000000000001c4d96b4e62f0f77429d5b651f3fcfbbba91c99bb4e19 1.54 MB 3,212 5
885,345 885,345 00000000000000000001e33f2975714f1ab72303f5696ad1aad01f1561f964fb 1.85 MB 4,544 4
885,344 885,344 000000000000000000001e8cf88a74d2ae3941415f3b32a97f4a32456a25837d 1.34 MB 1,795 6
885,343 885,343 00000000000000000001451dbfd96711f0f77aad4051598103d4c82be49eaef4 1.09 MB 297 6
885,342 885,342 00000000000000000000408e1861461509dafb92dced04dd7103aa777642ff1e 1.12 MB 568 6
885,341 885,341 00000000000000000001be97f311d960b863d94297ae7ea148dcf5c0ed1dd5ab 1.57 MB 3,210 9
885,340 885,340 000000000000000000023511e9c97c9b0b5093876066b3cbcf9387b9abc5f20d 1.47 MB 2,122 9
885,339 885,339 0000000000000000000208ac02d27402a4c1c33052da54272d47761b81bbfa86 1.41 MB 1,510 6
885,338 885,338 00000000000000000001895a80cffc9a4c068aaa4b15570acceba473f5483dd9 1.35 MB 1,912 8
885,337 885,337 000000000000000000024f37901df54b44ab1d5111581efa735bff8eaa183bd2 1.66 MB 3,502 4
885,336 885,336 00000000000000000001a4a726bd7061ff575650dbf0944251e5bd38ea8c3424 1.67 MB 4,287 5
885,335 885,335 000000000000000000016c85c8b52e68af37cfe28e37baaef746cc3f37e24ebf 1.72 MB 4,474 5
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.