Memory Pool Memory Pool Refreshing

17,501 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (56,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,649 851,649 00000000000000000001d5b0c0e33be44606ff9ae855fb1039e1340334adca4e 1.45 MB 5,304 6
851,648 851,648 00000000000000000002d8877623f89a13b6d90a4abc222b4851fb48faeb3657 1.39 MB 6,896 5
851,647 851,647 00000000000000000000e2d6c570cabdc97b6abbc36afb3a4da2ba8b9028254b 1.62 MB 6,958 5
851,646 851,646 0000000000000000000170c30cbbe0a3bd97e28fc15496bf1af241821bb985cd 1.61 MB 5,610 8
851,645 851,645 00000000000000000002415507e1990c1ba649be2edb0d01880232aa69aa776c 1.55 MB 5,122 6
851,644 851,644 000000000000000000021b97760b853bc5ea0c07951d386841aa69b9f851444a 1.50 MB 4,841 6
851,643 851,643 00000000000000000000ad7e1b31a3e2e5030a15a82b68b2e74f4c2891a71565 1.58 MB 6,032 7
851,642 851,642 000000000000000000003f503f914f8178b07a52610d10f0d78d3ec0aa3f394f 1.58 MB 6,348 6
851,641 851,641 00000000000000000000b703c2aab908b2cff3e1ab08f3eb6beb7ecc8329f5fe 1.61 MB 3,372 12
851,640 851,640 00000000000000000000a9debbce41afc45f8470c5c8a57e8f37e5c3edd42e75 1.63 MB 7,593 5
851,639 851,639 000000000000000000003511e7f73fe240274d5dbb3178d60e25e1ac8acc79f4 1.66 MB 6,755 7
851,638 851,638 000000000000000000028910233646c37892d4c90a9744eaf83e544de2e8a234 1.65 MB 7,806 5
851,637 851,637 0000000000000000000172c4afc10ca5140b6e0964fdba83da3b27caea0dd24d 1.58 MB 3,585 7
851,636 851,636 000000000000000000013eed02eefe019525c4a98693daf5672731de8d387728 1.47 MB 2,974 13
851,635 851,635 00000000000000000001e80c126269109d089430454f992ac2bff98f6a236963 1.64 MB 6,194 7
851,634 851,634 00000000000000000002c6db99e82527b900280b3281034e1a74235cfdd770d9 1.34 MB 3,873 6
851,633 851,633 00000000000000000001721d7d43854e35fd25ecab9c6d41fa582d9c6635ce88 1.54 MB 7,552 5
851,632 851,632 00000000000000000000b531b6f2dd7a4c206793ce44f7ac561e9a7a605dd83a 1.57 MB 7,364 5
851,631 851,631 0000000000000000000334da61aa830d824d301f8257cef6da601cb10e5721a4 1.51 MB 4,591 6
851,630 851,630 00000000000000000001b73558a8fd86acadeaa4e9cf9a56527dedb2c9827848 1.46 MB 3,020 14
851,629 851,629 00000000000000000000b9d567ce88cb4e45b493586a8a663649ffa0cb48835c 1.59 MB 6,802 6
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.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.