Memory Pool Memory Pool Refreshing

7,626 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (579,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,119 328,119 0000000000000000083800acb0f8dafacc4622c6f8f0eed688f459b87342373e 0.35 MB 640 28
328,118 328,118 000000000000000016011ba87f98059672f69a1b88d9312499d6f5481c0ed8bf 0.22 MB 424 28
328,117 328,117 000000000000000003dacbaf2c878862a5cebeb63fcaf0f1eeb0d064aa7cd239 0.14 MB 234 24
328,116 328,116 0000000000000000013fe7cc7187afd01ea0d5d2e40515c2c6db06ef26b63b96 0.35 MB 351 16
328,115 328,115 00000000000000000599c28e0144f7e4b1ffb6c2e9f49b9e4b5c434fe346aeab 0.23 MB 360 30
328,114 328,114 000000000000000015491028aa99c883311a5e525f1903aca61d8f5a816eeb64 0.10 MB 181 20
328,113 328,113 00000000000000001d858d02d6b1e5f7825b882b09c1bd67607ed0dd03cac413 0.45 MB 397 12
328,112 328,112 0000000000000000032c6480d36baa81a917d6009b9b6d3c019690e8bd998ca8 0.06 MB 153 30
328,111 328,111 00000000000000000ecf26b8c06c867efaae1ec2874ad56354a3bd649f7d4b20 0.20 MB 400 29
328,110 328,110 000000000000000017a2b7cc07ef11fcc3a71bcd3794b1e5d5e3bd043b7c7177 0.03 MB 73 30
328,109 328,109 00000000000000000c498b4016bbe9c948c5fec49d1d1b918386297b2a88fe8e 0.18 MB 410 31
328,108 328,108 0000000000000000091cb8811b5dc2ebc10855a7403ea028f46d5688f2e2bfcd 0.26 MB 451 29
328,107 328,107 00000000000000001bad832864c54e5f137eeee1c32b385cd6b79c4348f540c8 0.02 MB 64 17
328,106 328,106 00000000000000001816bf9ae5323f8c5b953c7064b9f9051b876a27e93c5c40 0.74 MB 1,611 30
328,105 328,105 00000000000000001848c2132c2668466d35b8b0b95a15344d08df69db9a7cbd 0.26 MB 469 35
328,104 328,104 00000000000000000c6ebb2ba1a76ecd12d557ef228d2aeb3e9ae67c4083e5f7 0.43 MB 744 26
328,103 328,103 000000000000000014f0e4113a6c504b244a13e2f7593c568c8add18bb9dbbf8 0.10 MB 207 19
328,102 328,102 00000000000000001c7514f7094d9f9eac23a7b933dc6247e96752567754fcce 0.07 MB 99 18
328,101 328,101 00000000000000000a5621b453b2b455cd54399255d859a9db56d5953f688000 0.14 MB 345 35
328,100 328,100 00000000000000001b2a69ce83483bbb1c7020d7ec303dc154fe31651c031193 0.40 MB 710 28
328,099 328,099 000000000000000008967717f571a284ea8c3cdcdcf137c06da327970940b933 0.32 MB 454 22
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.