Memory Pool Memory Pool Refreshing

2,737 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,723 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (56,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,590 851,590 000000000000000000011d53b35c85252c095f554f35aae4ed5184e7e19e028a 1.61 MB 6,245 8
851,589 851,589 000000000000000000005f387017cf3f04cb4c4d250602e25781edf6f86c4404 1.48 MB 4,483 6
851,588 851,588 000000000000000000025cdeae08ed0145c90d6960d52d61221f9acfc8303ed0 1.46 MB 2,512 16
851,587 851,587 00000000000000000000204fd6bec81a40d7467af10617d1013b3a7860d4a050 1.46 MB 7,717 5
851,586 851,586 00000000000000000003403238c4f9770d96ff33a88bae51344ab869e4b8ab59 1.61 MB 4,453 11
851,585 851,585 00000000000000000001df71d451bf3df34b36ad276b8c18d26be51e49c69e27 1.65 MB 3,344 14
851,584 851,584 000000000000000000002ac5f9e8736188654a7c8457e4f892493e6405b83da3 1.50 MB 4,942 10
851,583 851,583 0000000000000000000038e7a9c7a405f284a828fa8aa237af528bbc1a248296 1.57 MB 5,918 7
851,582 851,582 000000000000000000013773c28697b98efd8d8a7e5569e2dc7c95161679756c 1.53 MB 5,716 9
851,581 851,581 0000000000000000000002abdaf00fc0a69dc940e283a05b8035b4cc7815a718 1.59 MB 5,942 8
851,580 851,580 0000000000000000000192555d31a84e277d97dace6f6cde72b443c9d04ccb79 1.54 MB 7,737 5
851,579 851,579 00000000000000000002cb3d6f96200133acf2c259ce7f558bf400a396f35225 1.59 MB 3,615 9
851,578 851,578 00000000000000000000a6c947e045008371fe01f8a7295695fa432ab1d783b2 1.57 MB 7,314 6
851,577 851,577 000000000000000000036a56f01f75db49de5eb0c9646a4c1ff032c53eb2adba 1.76 MB 4,406 8
851,576 851,576 00000000000000000000e3cdf327c5d3a6688df5b9f47d8517b85b28c902e832 1.64 MB 7,067 6
851,575 851,575 000000000000000000021662b405f7853eee159b5b0ba7b2a03a0d84adceb250 1.50 MB 3,499 6
851,574 851,574 000000000000000000006ab73950cea5c8f841d24b2a0bcd1b89a33132d0ba3a 1.70 MB 2,898 14
851,573 851,573 00000000000000000001fa84e554a4815b6136b0dde235c1270712b1ea3292fb 1.47 MB 2,550 11
851,572 851,572 000000000000000000023853c707a9615821e9dd7b26dfe28c34032291c00d7d 1.43 MB 2,267 9
851,571 851,571 0000000000000000000096501f06622899cd4d911c4eb572d9ad47af1f4fb143 1.58 MB 4,524 8
851,570 851,570 0000000000000000000022bb991ab4d50d8e0e0b8ae6c0231aa74ce308b3d41c 1.59 MB 2,572 8
Previous 10 blocks ↓
Total Size: 769.14 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,632.04 GB sent, 93.60 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.