Memory Pool Memory Pool Refreshing

9,087 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,085 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (708,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,813 198,813 00000000000000a6a885a53d1f9eaa8c81888d5414b37a98b44647f629f2d0f2 0.29 MB 755 140
198,812 198,812 000000000000024f13a5a54ead0b37f20c8f0c6ee29f7a07285c43df837d1e38 0.05 MB 129 130
198,811 198,811 0000000000000107b746d5d2f8568567065f0745f8bfc02a4b8c618425cc6e7f 0.01 MB 11 75
198,810 198,810 00000000000000fd41de740928dfb7e848a4a0324faa04e8a476e7b12232b709 0.05 MB 95 141
198,809 198,809 00000000000002f5bc27b03caaff11a2374432e28a24cce8d42eb220fc9c114c 0.01 MB 30 193
198,808 198,808 0000000000000491fcdbc4ceceed2cafd324e08a2e7af5b3e1bad97418d54fba 0.24 MB 494 128
198,807 198,807 000000000000035b460811a9dafd99a6c4c3d460e70238ccd222a2ab3e779735 0.05 MB 90 109
198,806 198,806 0000000000000355278d45e3925386793534c13fa918520306b464119f4b3455 0.18 MB 404 38
198,805 198,805 0000000000000518ea65af7cfcfe8c6185fcf2f33a745e42ca110de33e334215 0.25 MB 504 114
198,804 198,804 00000000000005bb89d3b9fb128715cea16ef2d84f3a184b63fa3b8a1287b6b9 0.05 MB 138 105
198,803 198,803 00000000000004b951a211b6be39aa9ab5af166f1effc598460eca063de479ec 0.27 MB 565 126
198,802 198,802 00000000000000ae2a914befe669a6a9cb1024c9223c3e42b137a3dbe1f68f4f 0.25 MB 702 141
198,801 198,801 000000000000048c31112e4af77494660ccb6c15c9315c5fab6372d271a7f3af 0.25 MB 500 162
198,800 198,800 0000000000000031d615f3a4536b1273967d8de0a6e1fcbd83b7ce6221abcf15 0.13 MB 200 74
198,799 198,799 00000000000000b5a1dec74dc9f5c0beb0f5a69aae2bc28c45f4691b3ba28895 0.06 MB 125 64
198,798 198,798 00000000000001050389d59c07cabb07386a826efaffc7f2a44423387aee32b6 0.18 MB 479 143
198,797 198,797 000000000000062c2908511542f09d9d3a5ee4ebd5eb8cd003e620b8691a8cf9 0.06 MB 99 73
198,796 198,796 000000000000056c83f78f3ad2283dfd5b4e14f9894bbe45def3f56cad8224cd 0.07 MB 147 115
198,795 198,795 00000000000000fbc4e0289d498df9ad497f97d744f4077c19359954ef8fb91b 0.17 MB 295 154
198,794 198,794 000000000000011e7a050dcd1d99352a9ec82892d7a02eaa75663c3b6266892a 0.18 MB 294 86
198,793 198,793 00000000000001c3bddead4a2fe556017281abb0407dbd33b2537724e1500900 0.03 MB 82 77
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.