Memory Pool Memory Pool Refreshing

3,356 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,190 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (730,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,504 177,504 00000000000000d79a1dddfc0c19ab6f41a9738b75bc2fc6c50c957430fb343d 0.01 MB 17 73
177,503 177,503 000000000000043b8c9b31da887eb1c1c17f7d52b3074422db06b6ff27f180f1 0.02 MB 31 127
177,502 177,502 00000000000007c1e245bf20c123a3a9f07bbadbd2b4b297ac0aff939588b3f1 0.01 MB 19 154
177,501 177,501 00000000000004c64a1e2b25e6b527b91efb384c10f5c9897be600a53926397e 0.01 MB 17 75
177,500 177,500 0000000000000464994383d2d46b0f3ce591feb8f53140d0e856e3911ac3e42d 0.02 MB 39 93
177,499 177,499 0000000000000531a1b2f18a561b67f063ab477b8b1cc289b845600e9b9db9a5 0.03 MB 71 39
177,498 177,498 000000000000075c26085394c04ae9b3f0553c094f4a2b6b31aa772d69fa42db 0.04 MB 108 131
177,497 177,497 000000000000075dc3e0f02905353027987b0dab443e5981ea090ab1661702e7 0.01 MB 17 51
177,496 177,496 0000000000000992b67c037617d729b94b93aa4a89a11615dc8ba9ad818e0f12 0.02 MB 80 26
177,495 177,495 00000000000003fc844fb38e6d05bb99e866fb0cbb2b87d8ca2dd7674eb7fb8c 0.00 MB 13 63
177,494 177,494 00000000000003de3fac23d35b342f3402a9454287e6351d8978b6ce50b22d8f 0.03 MB 81 131
177,493 177,493 000000000000020681af5f5a37963a996eaf1927b19f8622aac799e2b953dd76 0.02 MB 34 89
177,492 177,492 00000000000002a7048d8d61394eaf5b92956edfffd6cc7466fa6071ba1e47ea 0.06 MB 146 94
177,491 177,491 00000000000004123a1399841bd51b85610f55bab8bb564475accf207c21a799 0.03 MB 17 122
177,490 177,490 00000000000004c2636a0f50aa1e792ed3669d951eec0d92a7886aec3e593122 0.02 MB 46 151
177,489 177,489 00000000000003124cc3c0198ef8544af26778de36a858b5063607e75ee8054f 0.02 MB 33 41
177,488 177,488 0000000000000246b71a2b7ebc16fa22bffb4f4e5ab08955c42265536ebe9f39 0.02 MB 36 184
177,487 177,487 000000000000003e092d030ba87f4ff33a2c6e785baddda816b5dbda6423ccd7 0.01 MB 15 33
177,486 177,486 00000000000008da11b39720f0332e3ddeea87f9774a68f9da06dd288318d0c7 0.02 MB 74 0
177,485 177,485 0000000000000ad93f73caf82ce125113eabd102ad6746cbcb65b8cc3ef03f62 0.04 MB 58 126
177,484 177,484 00000000000000a0353382503a3c88fbe249174933966bc0395bbb99da9a480e 0.05 MB 124 100
Previous 10 blocks ↓
Total Size: 769.56 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,649.32 GB sent, 95.76 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.