Memory Pool Memory Pool Refreshing

3,756 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,992 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (641,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,766 266,766 00000000000000025fdacfc7f87bdf4324b192323fd99d8b126efef922b90aed 0.08 MB 179 64
266,765 266,765 00000000000000015b49a4ff453212b34cbfdab82f868e647e9dba993a41b913 0.08 MB 176 54
266,764 266,764 000000000000000823b5a19914196cb55757346a60c3df189980c815872f7111 0.18 MB 355 86
266,763 266,763 00000000000000014d97c5985aefa5476e7f3ba6548a44098f36f7f9b0b47960 0.20 MB 433 108
266,762 266,762 0000000000000001e913504e940650ff0cc63e871dab14dd6565e1874687fd76 0.21 MB 536 102
266,761 266,761 00000000000000031ad49703c30f954c8a1f1b811bd57a409f0324d30acda892 0.08 MB 165 53
266,760 266,760 00000000000000019006c4da3591c4e6ac0a0663e339d7eb7dea19fda6d641d6 0.09 MB 114 86
266,759 266,759 0000000000000000ce1696ffce1f163098fd22e673acd65075c60451d7877cf1 0.00 MB 7 92
266,758 266,758 0000000000000007191ec6d03f14cb6f8d33441ad08991dd5b8d8a1deac6f514 0.03 MB 75 98
266,757 266,757 00000000000000055a14b2b956dd4a2ab985f0d0978e1bd1ff474790c113ff7a 0.11 MB 300 121
266,756 266,756 0000000000000001fb73ff6e6e8cff777fbe10023c51cacb7ab3142552f489c3 0.10 MB 207 53
266,755 266,755 000000000000000a25c350f265534b54eda3d09bfc9efd305193266a3fcf3498 0.10 MB 232 84
266,754 266,754 0000000000000006b2f24e8a7ca15ec3a30663d3f191d7339c300f8b494cdfc9 0.25 MB 541 40
266,753 266,753 00000000000000051cd363b7100568a4835eb7863b44da7336dd4eb94fb8f7a2 0.25 MB 673 178
266,752 266,752 000000000000000775df138d1f75f0206b5ad9c50e90f9607dd89258fedb1e53 0.09 MB 190 93
266,751 266,751 00000000000000084e789d2c83cb30352b4f104a900f73ae1a0c46c387fd1993 0.12 MB 261 81
266,750 266,750 0000000000000005534b0e79d0169f361f5efcdfa85ce5e970ef7cca9ef142e4 0.11 MB 189 39
266,749 266,749 0000000000000008644da807c85f0ba648d4c7a3e4813ab347b406c30bfacd18 0.19 MB 457 55
266,748 266,748 000000000000000798e43f8dee371c2902f1a303d5416db1a82390c03cc62686 0.25 MB 545 145
266,747 266,747 0000000000000007e75eee421724ed550d0468a36370d8cb837b4feefff37e81 0.08 MB 174 10,547
266,746 266,746 0000000000000000846027bbb4453b82bde0d42fe31737fd0b4a063c85029389 0.04 MB 98 36
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 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.