Memory Pool Memory Pool Refreshing

1,806 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,823 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,297 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (647,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,494 260,494 000000000000000328c5a524e4c8c3ed2a4230f8bfdbe8cb55782b8b3e058fb1 0.15 MB 235 75
260,493 260,493 000000000000001bba07a0d2927ca93764e8dcd7a89e36fcf95d0865c0938605 0.08 MB 95 38
260,492 260,492 0000000000000013719a00bb66ee4a05ad739cc5c58d3b36602c4d97251bd3ee 0.15 MB 133 51
260,491 260,491 000000000000000ac303ec9ce788113bf9605f13a445519f4ed3f58da754ed79 0.10 MB 94 30
260,490 260,490 0000000000000002ade88c05c061b439e9785f1f76bf9fb8d14d86c543ddde79 0.28 MB 503 82
260,489 260,489 0000000000000008e43dc69231bc23945be8bf3952ca78a732645a140271cf67 0.25 MB 601 121
260,488 260,488 000000000000001bf42cc08758a1e0cf3cd578e1a3c70094c7c4772adab82ee3 0.09 MB 204 111
260,487 260,487 000000000000000c2bdbcc89929b68b551ec99e51a4d2ff13f7476b0562e4f64 0.04 MB 99 88
260,486 260,486 000000000000001749fda5e560ca5ab043e1cc48784be24b8d5285e5a46102d2 0.14 MB 318 87
260,485 260,485 00000000000000154afc1d300589170134328360167c4da8ca225d4a0819adde 0.13 MB 323 113
260,484 260,484 0000000000000000b0a624fe6d3ba917e5a2b2e7d798f1b2dbd44f6ef374f7ba 0.09 MB 226 108
260,483 260,483 00000000000000110a178165371e6849b32f1860fcb9b2713c9b8b738540e39a 0.03 MB 68 142
260,482 260,482 00000000000000087c5a3ba706e4014830eddb8b2ce8cda223f24d4a533cfd5d 0.03 MB 73 98
260,481 260,481 000000000000000f81ac9d51f1cfffb40f2954c86aaf7b2caef8a780d5e68ae1 0.11 MB 267 118
260,480 260,480 000000000000000b01ffb40d74b999cb48e326020e41b9ea2df64c86ffdb0f11 0.16 MB 280 56
260,479 260,479 000000000000000bd9e08212946e58f1661a810bf8350d9fb5867690ad730b16 0.25 MB 683 149
260,478 260,478 0000000000000000f22f37cc8efaab053c77c5e2e659699ea84039f180b31daf 0.15 MB 240 74
260,477 260,477 0000000000000013d697f736f77434bb2db50eb4f07c936f5831252614997496 0.05 MB 141 137
260,476 260,476 000000000000000ba6639c2b3467fd250a28360d6c4d489bd71ca605fedb2e0c 0.15 MB 129 39
260,475 260,475 0000000000000006e0edc35248f29b379b8b5d88e8ac0deb80e471a93c0f390e 0.02 MB 59 45
260,474 260,474 0000000000000009196ad825f57bcdc82f3105e4105307cee73e675b48ccda86 0.20 MB 335 51
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.17 GB sent, 93.96 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.