Memory Pool Memory Pool Refreshing

5,182 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,131 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (48,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,624 859,624 00000000000000000000701c5347a7869894ee14af1b3c34d9fd9e7762284355 1.70 MB 5,912 3
859,623 859,623 000000000000000000012ecf0f010e2537cb94fb9852e355a09ed81c9812386d 1.63 MB 7,365 3
859,622 859,622 00000000000000000002747db81680839a5ad033e74260d43aad3aec04e0788a 1.64 MB 5,261 4
859,621 859,621 00000000000000000003179a1da4b58e53285c5cc444cd0ac3a7152216f13d8b 0.00 MB 1 0
859,620 859,620 000000000000000000021e3b501693d72510b1b1e8011bb53c4b45d78e018c1b 1.78 MB 5,020 4
859,619 859,619 0000000000000000000184c49c8b744ef8e9cb166f8cb0bf0651d228a63fff89 1.54 MB 5,706 3
859,618 859,618 00000000000000000002f770123431aa6f2db82ebf9587aa6dba4ed023ffca72 1.68 MB 6,401 2
859,617 859,617 0000000000000000000015bc874821b424f9cfe51f748da210999a96f404a5da 3.17 MB 737 2
859,616 859,616 000000000000000000003d44a92eec22997f1e177ce6c780813d1aac1cbec1d9 1.78 MB 2,868 5
859,615 859,615 0000000000000000000178076da69f998a4334a66cbf4a5500060e312a4bf898 2.57 MB 1,937 6
859,614 859,614 00000000000000000002564ebe193de1ec7ca8c32227c99d2710cb43edccfef1 2.00 MB 2,801 3
859,613 859,613 000000000000000000023f5cb3b8cc419e367bd4e96791801c3077e5d12a6483 3.13 MB 773 4
859,612 859,612 00000000000000000000f1ab2177be44b1b5920b242b92868ff768bb3e5bce00 2.47 MB 2,120 7
859,611 859,611 000000000000000000009cd97109828c4907c88abee79ae79a56a5ecb69aa171 3.68 MB 519 4
859,610 859,610 00000000000000000002bc446bb19862d043c9a5ce219091d7feb1ad7a7f5442 3.29 MB 1,054 5
859,609 859,609 000000000000000000029a01f55e2925bc89507290ad80b1601dffc6eb935b9c 3.10 MB 1,425 7
859,608 859,608 0000000000000000000040e71a18c1454435e1343c740e5b65368a5a18e678ca 3.23 MB 1,020 6
859,607 859,607 00000000000000000000a87dcea7083b6e0f9cb6c4b6d6e0fc49d3b93dc4be0c 2.88 MB 1,445 8
859,606 859,606 0000000000000000000228723c887e49c8e970375e70892abd55783b01ee271d 3.24 MB 1,206 5
859,605 859,605 000000000000000000018b551e2bcaa79ff0d445362ccc2284500c5f7222b752 3.23 MB 836 7
859,604 859,604 00000000000000000000b15499cabc8af841deb53092acff44ce9ecabe978995 1.74 MB 3,092 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.21 GB sent, 93.11 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.