Memory Pool Memory Pool Refreshing

1,603 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (855,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,301 53,301 0000000004bdd29733fe2e754657a9dac3dfdefcde6fc70228f98d46d0111a93 0.00 MB 1 0
53,300 53,300 000000000317b1d1635bd3d906d6aa8322024d47cf6397a12ab97fccb6810af4 0.00 MB 2 0
53,299 53,299 000000001106b813284cf0d1aadc4e25e5603a31d35a5ec120102415bd1752f3 0.00 MB 1 0
53,298 53,298 000000000d48bc77fc6cf38dcc9f81f7193ba5843fa0a96aec3b7192a38b4983 0.00 MB 1 0
53,297 53,297 0000000000ae0cc7ddb128f0e3446d04dfccbae9d87006e3010a6e2ca1519927 0.00 MB 1 0
53,296 53,296 0000000008663d7796856c3043ec24f7312e18d22ae278834d1d6d36d57e0a23 0.00 MB 1 0
53,295 53,295 0000000013b9e88e5e012d58f8ca66f67181844087aa9ceee85979815d8d572c 0.00 MB 1 0
53,294 53,294 0000000015dd8164825035ea48604762b4482ff8c71df59846e77fdc2afe0560 0.00 MB 1 0
53,293 53,293 000000000c10edc0d3cd3acacbb3f26a0b376cc994758a8a142c10d8ebfc0953 0.00 MB 1 0
53,292 53,292 00000000114d49c772e33ae761d6e04c375298b4c4766edef467bd69b92f81b4 0.00 MB 1 0
53,291 53,291 0000000003e7668f54591ebd300b4d285dbdc93e2be3962d243d7df46391ebe3 0.00 MB 1 0
53,290 53,290 0000000003f4cd7cecc4ba50ba3a76821e47b55909c09771add1cc7d7c23e16c 0.00 MB 1 0
53,289 53,289 0000000015e61540019a93818959bf8f36f3cfe49b4d28852281bf78efbe3279 0.00 MB 1 0
53,288 53,288 0000000001f3f7723ea752866a27fce124a3c45c5e91c88cf0a46770fd31d2b1 0.00 MB 1 0
53,287 53,287 00000000135beddd49a9d59920379dab1310dc3853b8f56ef2a53d9d0de0bcf9 0.00 MB 1 0
53,286 53,286 0000000014f8814e2e9be0c6a90d1392097a52090c22722c42b4a24a52f89482 0.00 MB 1 0
53,285 53,285 00000000088d53ba42d0f50f00ba950767a1761ef724072bb09840af318062a8 0.00 MB 1 0
53,284 53,284 000000000a287773f06d84112e235fe432ed15146ebd7484fb1a90411a8fe6b5 0.00 MB 1 0
53,283 53,283 000000000d98f7934843541a7dda8e528492831558e875a2ca4062a094566ae1 0.00 MB 1 0
53,282 53,282 0000000005820af88af8fbcb19a1f92958aa8b680133bd6ea5f5d9cc035b0ab1 0.00 MB 1 0
53,281 53,281 0000000011903582df31c37afccf62b0a2f4906cbecf12ac33407661d1c29150 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.