Memory Pool Memory Pool Refreshing

908 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,893 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 890 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (634,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,443 273,443 0000000000000004082c810bea83597be545609433d96051adcda6a8b70f688a 0.43 MB 859 48
273,442 273,442 0000000000000000324960cfe24113d4ea770a57bfdc02076b0a46cb9ee46fc9 0.25 MB 670 89
273,441 273,441 0000000000000005e8adfbf5321df877c3ec468b8458c12050058954b3095fae 0.02 MB 55 58
273,440 273,440 00000000000000018356c6d719d030823f8da918c6d6c90958ec238ac4df754c 0.20 MB 166 16
273,439 273,439 0000000000000004370306ceb3b21d8c325eb91953098a40727e65c4f9abd0db 0.25 MB 632 49
273,438 273,438 00000000000000021e6810a10f017075aadc41763ab44fa70f7b6ccdcf50b0a8 0.02 MB 32 34
273,437 273,437 0000000000000001a38c80beaa9839167a92a1320221af3fb35397688fc0f13a 0.25 MB 613 97
273,436 273,436 0000000000000003a971551353835e6b91e54dc05677ed0d1fbc5b331cd0e923 0.12 MB 254 59
273,435 273,435 0000000000000003ba058789229bcf093f37dfd191f75b92284ffab3d993d5bf 0.23 MB 476 44
273,434 273,434 00000000000000020812539d11636a0edc015260042468db87dffa1b5d055ec1 0.12 MB 307 41
273,433 273,433 00000000000000057e918d22cf2cf77ceff404c9863b5d4674d9cd442ad241c2 0.08 MB 135 21
273,432 273,432 00000000000000012eb7791190bf31495de25cd2c2411e041a346c252d1ac0be 0.25 MB 660 61
273,431 273,431 0000000000000003dcc0a4d9a8b75870200448667b5c1b37999dbbcd652aba32 0.11 MB 231 44
273,430 273,430 0000000000000002818c0207410f6a9d2d0e1d544de9d6f54d377c092710667b 0.09 MB 243 47
273,429 273,429 0000000000000003d93ef88e4a1b5b4f8243e404f74746bda93ca4ee95b2abef 0.72 MB 1,698 57
273,428 273,428 00000000000000007e56d4ef8dfdd5dd378e6fa1144b8c2a97911eda08a43f81 0.22 MB 307 47
273,427 273,427 000000000000000222ea0cce668a266d162ae9b122361e784f5f4ce02b8e5864 0.01 MB 28 6
273,426 273,426 00000000000000035f48e8f955de6c21eb868566bc556096397a27b85db15253 0.19 MB 372 55
273,425 273,425 0000000000000003446341200e15b26d351ddeea93c3c9985308dbbdc5be18db 0.31 MB 739 62
273,424 273,424 0000000000000005e5039503b4b67e648762220051c846826dd07cb84ac55ab2 0.09 MB 79 21
273,423 273,423 0000000000000004f37d4578b111fb9350bf382df5723814730cea32d790fba5 0.18 MB 335 57
Previous 10 blocks ↓
Total Size: 769.34 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,643.36 GB sent, 94.66 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.