Memory Pool Memory Pool Refreshing

22,608 transactions
15.30 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
902,972 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,812 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,971 (729,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,628 173,628 0000000000000010511ec79256db9fa5d9738cb209d43b252dbc19fab31ed4d3 0.00 MB 6 0
173,627 173,627 0000000000000428a4a37f80bc191364506481e94a4f50dde80c693640384cf9 0.01 MB 21 186
173,626 173,626 000000000000099d443f812ff87b1a815c277f7b38880f6b07e86abc75437cf0 0.00 MB 14 35
173,625 173,625 000000000000078bb38fc7296239bbf38090c1dc828ae5c38bee60014fdc55da 0.00 MB 10 50
173,624 173,624 000000000000065f29a9ce19b286aedba0a8979271d9b27e6b2978854bf2c694 0.03 MB 52 261
173,623 173,623 000000000000074a7832ae244315f81ce12a13cf7d0f34e0b087dee67208bf58 0.04 MB 50 951
173,622 173,622 00000000000008d037b0441faff6962c2df918ebabe192f93f8c4ac692dca1b2 0.02 MB 44 42
173,621 173,621 0000000000000479b16a89986f11db7020d6918cf48ed22469bfe22bef18cfff 0.01 MB 35 66
173,620 173,620 000000000000025aa6bd931965c5f257949818ea70f1c743a189a828a98b277d 0.00 MB 1 0
173,619 173,619 0000000000000338018d2f8ddb9b714c41ecbecb17613429f06d6eba1d2ac0e0 0.05 MB 119 72
173,618 173,618 000000000000003bd8a9d43a3d5d1511d86e74030d1abb619e95d82c281dd723 0.00 MB 3 0
173,617 173,617 0000000000000830a6bfcc3e06d13cc82222e6c5d0195bbeb2c4dcbeaf71b294 0.01 MB 20 277
173,616 173,616 000000000000008fddb2c6b40ea85bb7c2afe5429f387b2ad9f0dc4e6e974106 0.04 MB 118 63
173,615 173,615 00000000000004e68651be414bd9defd9bddc848ba16a22c3a7a7396e1942182 0.01 MB 14 113
173,614 173,614 000000000000073b62bcd84057264e0db763066cd0491a09ae941ae5f207e23b 0.05 MB 122 182
173,613 173,613 00000000000007d3ad91e7b87ed5422ede45ee71f73d6ce416a06990e7eb7096 0.00 MB 6 463
173,612 173,612 000000000000062226fb204a0f665743e32ef6725e47a0108612634cf8ae8f34 0.02 MB 60 95
173,611 173,611 0000000000000557eb273bd94511ea8d901058729759274a44c774862b3a4fe9 0.00 MB 1 0
173,610 173,610 000000000000066e017933e5a4639455788d35d5767487f7632ad26b6f744c89 0.07 MB 86 102
173,609 173,609 0000000000000205b265d86048560e8d92f06b36bc9ae73bccc403b4d25f0397 0.03 MB 54 79
173,608 173,608 00000000000005306f4eb545b4ce92a068ad7b821d1408ad087d09d8f48c68c5 0.03 MB 60 45
Previous 10 blocks ↓
Total Size: 760.86 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: 912.90 GB sent, 50.82 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.