Memory Pool Memory Pool Refreshing

12,386 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (8,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,199 899,199 00000000000000000001e11824f6a40424c3111f56fbd178f3f03287d21ebab7 1.54 MB 3,283 1
899,198 899,198 00000000000000000000fc782b7786a5708d108fd1bdc8bc4d0619b674a0666b 1.54 MB 2,204 3
899,197 899,197 00000000000000000001de0c8c8c845e2c1716b83feb0ab32d809aff1d9136ec 1.43 MB 2,189 4
899,196 899,196 00000000000000000001e3242b79e3587b391940060c3eea61b1ac082f82d321 1.57 MB 2,940 4
899,195 899,195 00000000000000000000a96f573ed39471ee677fa0545bb590dc668d63da9fb9 1.41 MB 2,891 4
899,194 899,194 000000000000000000007e59044257807a18a457b771d3fda57aed1706ac9d50 1.86 MB 2,340 1
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
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.