Memory Pool Memory Pool Refreshing

1,326 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (2,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,505 905,505 000000000000000000013b68a410b7ea4a2ad9a4f0c0922e308e1c8345455f9e 1.65 MB 3,791 5
905,504 905,504 000000000000000000022d4d4ba5fd2902418c18fbacd4d82e35cd72a493ead1 1.76 MB 4,876 3
905,503 905,503 00000000000000000000740aed80234c267583cc8f7a5539719619f2113f235f 1.78 MB 3,870 4
905,502 905,502 000000000000000000008e0360b2c7d83cb4db04080567ba6a4b740d3f8f4add 1.62 MB 3,074 5
905,501 905,501 00000000000000000000db4730b8f880ef238cde7b9b89b5be788708341521e2 0.73 MB 1,087 1
905,500 905,500 00000000000000000000a5f409e8f2fd89652d1ae6126d5a8cbbf17f84d57e76 1.85 MB 2,344 3
905,499 905,499 000000000000000000014bd19216ae276136ea830f5b05dabf773ea33957485b 0.12 MB 325 3
905,498 905,498 000000000000000000015dc9b84c0c2cf5284c84bb146c98fb4218591dc3f7b3 0.74 MB 1,497 3
905,497 905,497 000000000000000000012937784549a2e7e67632637e4470f1d0e9bf00f5058d 0.86 MB 1,717 1
905,496 905,496 00000000000000000001268be1574eebe76c41100d2497ca29dabddff248d1cc 1.77 MB 3,589 3
905,495 905,495 0000000000000000000005a9552c6e9f8c3fd6317eae6bacb1a68ef73fdeb6c0 1.64 MB 2,990 1
905,494 905,494 00000000000000000000ae0eebb5317319c32cf473d043d63d8959736cc64005 1.57 MB 4,353 4
905,493 905,493 00000000000000000001363c6483dc300123359ff833836146a603833d5311d2 1.68 MB 3,743 3
905,492 905,492 000000000000000000002d48389f6186d54e98c8918145bc284402db12da9af1 1.95 MB 4,062 1
905,491 905,491 0000000000000000000023d9003f744b3559dfdc5d00d7de15aad7fbee328c83 0.17 MB 454 2
905,490 905,490 0000000000000000000116a99532953f3bd8695fe2f6878a914a0033b4c10ade 2.04 MB 3,143 1
905,489 905,489 00000000000000000000d169016cf11762fde275c278c6ab9dd411fc3c9efde7 1.78 MB 4,673 1
905,488 905,488 000000000000000000005dec43e6478a1bdcea8f23393c97e1bed7ddb90608c4 1.64 MB 3,619 3
905,487 905,487 0000000000000000000084d04fe233f51bbdaff3e9eaa3b2b9f3860381a8bc11 1.56 MB 3,191 4
905,486 905,486 00000000000000000001c148eea5f568c0776a73218be0a89eed821e3f0cd649 1.76 MB 4,520 1
905,485 905,485 00000000000000000001a11220e167a7f39e12f6b96bf1e8f322d4baea80fb71 1.64 MB 4,115 2
Previous 10 blocks ↓
Total Size: 769.55 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,648.89 GB sent, 95.68 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.