Memory Pool Memory Pool Refreshing

6,492 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,580 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (742,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,505 165,505 00000000000001e24d82b87905bbac68ea87129bb6a77177cd7b13f6827a0da7 0.05 MB 145 35
165,504 165,504 00000000000001291db6b423fcde53ee8285e5adbb0c982bdfdc6f55d1a8f711 0.05 MB 103 363
165,503 165,503 0000000000000708a3f241ee6065af69dc3d95a89599e2b1b35ee66cdeb612fd 0.03 MB 51 131
165,502 165,502 0000000000000a7a2db1fa0dc15faf404e87e8a66818766afa30854e23ea2b4b 0.01 MB 41 225
165,501 165,501 0000000000000053ec73e4acbe29d2a70c8e41cf26a6b2e691ca46898c851163 0.00 MB 1 0
165,500 165,500 0000000000000746fd2556b65f46d56ba0811a15dbeb48b919ad875b944a3569 0.03 MB 64 51
165,499 165,499 0000000000000b8601b8e66cdb0fad4be1d5843a3e928af34a513dc3d3fbc9f2 0.03 MB 63 131
165,498 165,498 00000000000000df1cb8d0cb20573517bb3e3fd3db2b3ef1b3a56a755c0060b5 0.05 MB 114 212
165,497 165,497 000000000000096b8bf330b67a505d99e16b7cd3a1c234902cf65aa51fd0e5f2 0.04 MB 109 158
165,496 165,496 00000000000008949dc5058a02c771b8a7cab0287091d36bb0accf9cdc9a6158 0.00 MB 14 27
165,495 165,495 0000000000000431880e440a7cb04d927ef6a68f027eb6c0e9df6b311222916f 0.03 MB 94 101
165,494 165,494 0000000000000943faaa8cf8957ab28ebc49b28dbf606bbb3aee6a7c5fdb4eb2 0.01 MB 24 151
165,493 165,493 0000000000000baa853647c5e5496fc42a33369e3387f8c243dd7909c25b75b8 0.03 MB 66 169
165,492 165,492 00000000000003215272f532ad31acaad1b9545408cb871eca7010a7a1becbec 0.05 MB 116 143
165,491 165,491 00000000000004d06471bcda5d3e73a15b0b33682fb54baf8605455e4f76e928 0.02 MB 61 246
165,490 165,490 000000000000031369210bacf3781ebfeca4a46da872e0b4b95afc22845dff47 0.01 MB 14 622
165,489 165,489 00000000000009bf4121e522197d1c9045b01622ff9fa92eefc2d8fd63da2e66 0.03 MB 20 162
165,488 165,488 0000000000000b19ae573e8541108d98baf0c14ffe54a87066102ed557babd7e 0.01 MB 18 145
165,487 165,487 0000000000000198eba802a4d8498dd4191d5ee052105fda9cd67f38b7511fda 0.02 MB 62 8
165,486 165,486 00000000000000e966d5e46e7107b8d01dfbdfc67ac142e6366d061b172cc926 0.02 MB 45 292
165,485 165,485 0000000000000a6a63cef40d48e30a7890a75a0588e7360ff0f3b56b7d7c98c1 0.00 MB 13 50
Previous 10 blocks ↓
Total Size: 769.31 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,642.80 GB sent, 94.51 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.