Memory Pool Memory Pool Refreshing

3,088 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (764,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,008 143,008 00000000000004c86edc12c9ddb66e84aabd386a42b96b34448b0732be1a1529 0.05 MB 139 164
143,007 143,007 00000000000001afc6234a4eb36f255cfc34afa8d908eb3e37f03641ccc2220d 0.05 MB 94 172
143,006 143,006 000000000000019fdd7685d43c07ea15684ecb48514921729e659936b9ad8a9f 0.04 MB 95 146
143,005 143,005 000000000000016e359e87311e9b039b509ebe9bc038c20022a1eda189feea26 0.05 MB 130 120
143,004 143,004 000000000000031d902d6052e3c361c66a144c545496bf6df44d8515a9075474 0.02 MB 59 117
143,003 143,003 000000000000083756ee6bcc256ab0ac9a4f18f0853464aaa438a1198e9c2bbd 0.03 MB 111 70
143,002 143,002 000000000000092fd37c63058547fd449fa43032031378cf54286e4aa6ae33ef 0.02 MB 40 127
143,001 143,001 0000000000000654fe69a041b68350b0b6989c142411bbbe92271b920f3abe2b 0.05 MB 128 107
143,000 143,000 000000000000026bd2449a46b551c82b6657529d6cba61dd842bc1ba0cbc59f8 0.05 MB 119 179
142,999 142,999 00000000000008d56662dc6215fce35e5944fc0b797ed4990f9425bbe5fb9009 0.05 MB 119 70
142,998 142,998 000000000000051e49f7b5f434d121aeec3a559ef4cf24452c90b5f31741d0d1 0.04 MB 113 41
142,997 142,997 000000000000019e1a3ad2e57a52a4febecbf9403e2dfeb3d5ef21f0d9a451a9 0.07 MB 174 270
142,996 142,996 000000000000014dc9ec8014f7a22b05273f276fbb331a6e0be64939208b3ef4 0.03 MB 48 393
142,995 142,995 00000000000003cccf36400fca9e0736c4a9d2b809fe8ab21b6ea943c21a86c9 0.05 MB 143 115
142,994 142,994 00000000000009349ede6744b5206aa1dbcb3f089572af310261f2c67b75741c 0.02 MB 28 108
142,993 142,993 00000000000005282c16b9a50d2e27814527de9bfa6e3cd2a14da95e146f7f00 0.04 MB 89 86
142,992 142,992 000000000000044c6069d2acaaa0d7d1771f913ff35230195418d86154ebc0f4 0.01 MB 9 188
142,991 142,991 000000000000069e8439fccf234f2f2eda75788df385e460791dae2df3a2546d 0.02 MB 44 51
142,990 142,990 00000000000000a656d90bd3dddd50435461292cb1c824dc156fd346087fbde2 0.00 MB 9 313
142,989 142,989 00000000000005902e7783f6d27a826f4e0ed73e649aae40fec6523feefbba22 0.01 MB 6 47
142,988 142,988 000000000000001cb2aa5bae9290f758b5afe01b8f75e716be1d6a821acab762 0.00 MB 4 129
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.