Memory Pool Memory Pool Refreshing

16,095 transactions
5.16 vMB
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,981 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (8,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,193 899,193 0000000000000000000035df8fcfa4cc622ce47ac0bf2f07aecafcbc0056a98f 1.31 MB 1,328 2
899,192 899,192 000000000000000000006f3c19be9485865701277be6cca292048be8a334e5be 1.21 MB 1,351 3
899,191 899,191 000000000000000000020ac280723ce74caa08d4351fee901cb5a206fc35b8c4 1.58 MB 3,438 3
899,190 899,190 00000000000000000001216f225626a179ea6fde5a762406ef8535ce9923a322 1.85 MB 2,183 5
899,189 899,189 00000000000000000000b702a8de7fe87740c382d66fe5b922f4f8ecbd6ea3c9 1.70 MB 3,270 6
899,188 899,188 00000000000000000000d6d6845f4ceb8a5e2a634374780d9b819c6b39a5ba4e 1.49 MB 2,742 4
899,187 899,187 000000000000000000022a820d64193a4fc093bbe2bef6c7834c87e7e264396f 0.98 MB 1,083 2
899,186 899,186 000000000000000000002fb572aaed340fef50ae57c45d611482ee7d8d81fe55 0.86 MB 1,660 2
899,185 899,185 00000000000000000000188f77453eb0dfd9596e9245525262c3a67d235eec35 0.87 MB 1,761 2
899,184 899,184 00000000000000000001204dd833003ce1b1d921681f8078bfa249f130b94893 0.15 MB 450 2
899,183 899,183 00000000000000000001740919fc4cec643be2afe93a0de1e9a03b7cfe41371e 0.43 MB 1,013 2
899,182 899,182 00000000000000000001eb1ea1e70b26c45003881175027e48bb3ec7f85f1ffc 0.15 MB 85 2
899,181 899,181 000000000000000000007992e65572264ac060bc03504542250a1649dc94eb21 0.64 MB 1,168 2
899,180 899,180 00000000000000000001b24e78179d530847a64aafbfe849ffe915338e28171b 0.26 MB 586 2
899,179 899,179 00000000000000000000667e915a066754b7e4f958331ccb5009d98f07241070 0.28 MB 883 2
899,178 899,178 000000000000000000004c26abd5be4370abc8037e26e3f1d421043db4eae141 0.92 MB 765 1
899,177 899,177 0000000000000000000193b10a3941596df9c66270261a344c67ab09ada02859 1.41 MB 1,692 1
899,176 899,176 000000000000000000005659dce97006f382c8d1a4375b2dd0c9b9e02571f96e 1.42 MB 2,038 3
899,175 899,175 00000000000000000001b4f9cc83c38566476cf1c3cc3db712c94a267a6a63c8 1.39 MB 2,389 3
899,174 899,174 0000000000000000000154fd5163f24886917199e4329941d865e63ffcaf33c4 1.55 MB 3,007 3
899,173 899,173 000000000000000000014612d066f447c35b5db4c2a3fe1068d96f1331415599 1.74 MB 4,183 9
Previous 10 blocks ↓
Total Size: 769.02 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,623.41 GB sent, 92.97 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.