Memory Pool Memory Pool Refreshing

2,957 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 0.99 vMB 2,941 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (180,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,522 727,522 00000000000000000003516c152ac1930d7f5a33cf21837333ecd4e2e3c44ea5 1.45 MB 2,487 11
727,521 727,521 00000000000000000001d51f9d18d97cf8bd9d52ccb192725b7dcee1fa8d7e30 1.00 MB 1,367 3
727,520 727,520 00000000000000000005b8f26fb06e5b20e94b87d147d157cf4cf00a156509cd 1.45 MB 2,497 11
727,519 727,519 000000000000000000027bc028602221740721d1ee61fc1d045bffd8fa99f494 1.47 MB 2,674 9
727,518 727,518 000000000000000000016b4286a050ad518c78bf19b9f43141bfde51560c1acd 0.02 MB 42 11
727,517 727,517 00000000000000000002a444a8ae5ad4ac0527d4873bf742680f1707c3169bba 1.30 MB 1,484 7
727,516 727,516 00000000000000000007fc00042247307ac4ce495aa5aee0a528631db16abeed 0.32 MB 717 8
727,515 727,515 0000000000000000000081440fd557a553d5268182157a19137bd62b96ad4e67 0.71 MB 72 1
727,514 727,514 00000000000000000007d47d27a1752a590c82e0117c072b8505b265549e82ff 1.44 MB 2,136 6
727,513 727,513 000000000000000000000519c8a9a7b9629a536131f6dc43cf34e0a77502fae2 1.59 MB 2,523 5
727,512 727,512 000000000000000000032d3eb8f3a5a7ffe53a912ed1d7c7d276bc29df9b3742 1.32 MB 1,220 6
727,511 727,511 000000000000000000017fd942dc9a3b3fc975985052c96483c36d1f1d47ca8f 1.38 MB 2,395 8
727,510 727,510 00000000000000000002393e3c7e9d3bac70782a628b340af069191408590abd 1.51 MB 2,754 13
727,509 727,509 000000000000000000089e1eb8a4638d3c7a551aec0d97280e33f07acd8d01cd 0.32 MB 519 6
727,508 727,508 0000000000000000000a10a2a310289bc229bc48b3c5ab70a8e3c5ec06e47fc6 0.21 MB 438 7
727,507 727,507 00000000000000000001d246e67215c5d23cb68335e2dc1a6619af52f55ef9e4 1.13 MB 963 2
727,506 727,506 000000000000000000086323e21d3a2f1128b1e44a8576e518ede9a4f99f9aeb 1.52 MB 1,596 4
727,505 727,505 00000000000000000002d8cc04ec765eeeaaf4684f43c2ec28d81ad34436b1bc 1.50 MB 2,627 7
727,504 727,504 00000000000000000000047b710e9017ec141d92663fb5147d7dc1cfc4ad6feb 1.58 MB 2,498 2
727,503 727,503 000000000000000000051e2ed10fbd1e037b24d0e22088e13df01f13454d923b 1.26 MB 1,533 4
727,502 727,502 000000000000000000032f0ac64594763264f3c5f66c842e9c3ce1b7c98c22d4 1.45 MB 2,349 9
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.29 GB sent, 94.24 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.