Memory Pool Memory Pool Refreshing

2,219 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,739 (251,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,484 656,484 00000000000000000006c8068036f712b21e1d72bb903a420100f7aa0e2c0a1b 1.55 MB 2,156 61
656,483 656,483 000000000000000000017ef3e0cbaaadffd1bf890c639c51ccfa80d6aab0889d 1.63 MB 1,185 52
656,482 656,482 000000000000000000011464d5a88ec3909a5d37ccf9329da2e07c0819e98ef4 1.23 MB 1,689 12
656,481 656,481 0000000000000000000cf16426147921aa0e0e5a6e648a8dbab7d0187782f3a0 1.26 MB 2,098 47
656,480 656,480 00000000000000000005fbbd451b06159d4c487b86fb0773f19d79f530d5d6c6 1.29 MB 2,246 55
656,479 656,479 00000000000000000004d4892264b91cb6e6200fbde3614ae2ab9d756d5b2a7e 1.19 MB 2,795 68
656,478 656,478 0000000000000000000aaf4126ad8beb7f643462d5111cf89068c2f25f5742b1 1.33 MB 2,996 72
656,477 656,477 0000000000000000000821678efe7f53c388fd2c530ef46e6dd2d2f369c346cd 1.26 MB 2,681 158
656,476 656,476 000000000000000000103c23bc9a56b6c08340f973fab41c7dfd6535700ad8f4 1.48 MB 1,318 24
656,475 656,475 000000000000000000017f7b0953234ad96033fd010d169e181337abe2342c4b 1.17 MB 2,680 20
656,474 656,474 0000000000000000000057de13db6117cc8893ed5ccb36efe03e635768b5afc6 1.18 MB 2,384 49
656,473 656,473 0000000000000000000d69d40f2c1bf3fd04a1e4b1f2492ac8fb812af163178d 1.13 MB 2,566 32
656,472 656,472 000000000000000000043cce2fd90593ee96eb0e621453ff8ce36a7918705d4e 1.21 MB 2,955 73
656,471 656,471 00000000000000000008e2cadf8c901da9605b90c2d2d2a4a357e7d5ecdd88a2 1.16 MB 2,708 56
656,470 656,470 0000000000000000000cc8d9ee019d53ef25b3b33c3383d2c796133a6b2d39ad 1.22 MB 2,369 71
656,469 656,469 000000000000000000101ee643fe1ac6c86260d78bd18bdcfb40ecc29f585230 1.23 MB 2,234 141
656,468 656,468 00000000000000000005db4fa33abc26058daa2b40cff51905456d1ab09b8f71 1.13 MB 2,993 63
656,467 656,467 00000000000000000007aa92b5a94ca27a2b0b858f2672b43f6f1be4d7de30a3 1.22 MB 2,443 85
656,466 656,466 000000000000000000098be28035606a90997045352142c81b0430ec378985d0 1.25 MB 2,731 73
656,465 656,465 0000000000000000000e40a770d8b1d1274d715053c87e816dcef207182ea36c 1.39 MB 2,837 138
656,464 656,464 000000000000000000024c55f636546508f6199a3b2c56fafa49af959245daeb 1.42 MB 2,972 144
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.