Memory Pool Memory Pool Refreshing

6,989 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,265 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (609,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,686 298,686 000000000000000050c466e968efdf7a40212fab080e6dc85c798f9d40d40f16 0.09 MB 222 41
298,685 298,685 00000000000000006bdddf3556207e48c525b66657dbac38aef167df1c5e899f 0.21 MB 415 34
298,684 298,684 00000000000000006c7eb72a5e21ef32d2512cc16fc60745d7b5e953d06a56a0 0.15 MB 381 43
298,683 298,683 00000000000000002b84ed162d6252164790bf8642814db17983377c67d47af7 0.02 MB 47 34
298,682 298,682 0000000000000000158490e391084d7aa371d82d78aa8115a435f5d551606fbb 0.09 MB 132 28
298,681 298,681 00000000000000001ac47fad60ab7812af124865cbce9304b393fe24fad0dc9b 0.25 MB 433 32
298,680 298,680 000000000000000026732402f9e50e2d9f6bb2943df955eadb73a56290f61802 0.09 MB 92 21
298,679 298,679 00000000000000003416d62810a4970f44e34effdf5e5c91d71f053fb2485502 0.35 MB 670 63
298,678 298,678 00000000000000003e4903e283989e42b7fcfaf075ab308b292058d7b4e7b897 0.04 MB 74 27
298,677 298,677 00000000000000005e6dcc4bcf1d20bea98d2f8c791e424555950b2b1f4cb130 0.05 MB 86 28
298,676 298,676 00000000000000003d92ae6ee2ce4473b6bb2e6d460049b8156305970ab11951 0.04 MB 128 42
298,675 298,675 000000000000000071fe5e1f5fea896eb9d02a72296a44124b6d47d5e09031bb 0.18 MB 424 42
298,674 298,674 00000000000000007e292b701aef9df9dd73e22f0707ea4a2eff3d12719aac42 0.27 MB 473 32
298,673 298,673 00000000000000004b761919fb92f4a6bd1833f513bde2d6f8f33e8cb3b2fbc1 0.25 MB 538 39
298,672 298,672 00000000000000002a6e351c3c46653dfb5e2ed04ece5d17941f4d40cc89fe1c 0.06 MB 87 23
298,671 298,671 0000000000000000020f019a1d7d195339991fcd740cbd240e1dd1d6bba0eb1b 0.04 MB 70 22
298,670 298,670 00000000000000008501497309627e5a369d0b4a54761efe5e19c219b0b08218 0.27 MB 458 31
298,669 298,669 0000000000000000182a9969e10d204ed2bd475301d9afa0bfd988c363f52353 0.14 MB 259 37
298,668 298,668 00000000000000007eef2dc8cf1fa4330260657daacb9260c865507671fcffde 0.18 MB 298 34
298,667 298,667 00000000000000007c861fece9c67ff8299ce89ac17dcd6c384b43a36ea2ecca 0.01 MB 28 90
298,666 298,666 00000000000000004120302c4f2d1d5c1c6c90dba6acfdf65a62f1366b3c994b 0.07 MB 144 31
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.