Memory Pool Memory Pool Refreshing

3,794 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (56,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,659 851,659 00000000000000000000733a4119fbbd95b3052d86c29f4daf7824ea3f7f60a2 1.51 MB 7,618 5
851,658 851,658 00000000000000000003281f0644fc0c3ec58a1eb77f188dd3a5ff6f33b7036f 1.51 MB 3,423 9
851,657 851,657 000000000000000000019d5a73551147e8fa2536d1226c5e62bcaaad3a3fadab 1.56 MB 7,481 5
851,656 851,656 000000000000000000018eca9fa5a6bdac12c87dd7e97a9b6befd430e67148bb 1.68 MB 4,315 7
851,655 851,655 00000000000000000001bcaac45733253c552648932063fd98f3a82e4864765b 1.54 MB 3,727 13
851,654 851,654 000000000000000000027b52b457002a6b3eb0a869e4678537f357a3b2113cfe 1.42 MB 2,841 7
851,653 851,653 00000000000000000000ea410c9de45ce5670919fe23642cee7018bfa54bd61c 1.60 MB 4,770 10
851,652 851,652 00000000000000000002a620d05142e5450655747572e730ec620db21ecb49f1 1.51 MB 6,391 14
851,651 851,651 00000000000000000000e07f825346403ad0ebfed147f49a262ad945b0fa35bc 1.42 MB 5,716 18
851,650 851,650 000000000000000000034fa8f6a9740bab811c06828153a83beb38088d89b58d 1.41 MB 3,963 6
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
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.