Memory Pool Memory Pool Refreshing

5,646 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,511 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (777,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,888 130,888 000000000000115e09498d709af610f1413207a00906f3d99a81f7cdb18c5b7f 0.04 MB 85 1,260
130,887 130,887 0000000000000697b0eb51cc1f41a264f523eca5d6515e18d3b911af5f03f9ca 0.01 MB 27 1,718
130,886 130,886 000000000000137bf7930e368dfc0a6f6a28d8075d4ae7085b853c5775230fa4 0.01 MB 29 730
130,885 130,885 0000000000001508e1787906b1c9e801e65f6b48961fae260ba6478fc1b5e89d 0.01 MB 17 135
130,884 130,884 000000000000184e908a7f2b9067ca81c71d7950c20ebd204f91be9c73fa010f 0.02 MB 26 1,035
130,883 130,883 000000000000111049250f73ea7bc231e6d47f4a05a67a984280a81d86cd81d3 0.00 MB 8 1,126
130,882 130,882 00000000000004e4a5584a344e653f878880895f60a5698eb48008f219ceec3c 0.04 MB 99 685
130,881 130,881 000000000000085946688dab5d5f0cd35eb92102e86a7f7ac2198bb4e5db0fc7 0.01 MB 25 967
130,880 130,880 00000000000017a7a1ab19b5b1e815d4fb2f5d2a19a95864af57bff2dc29bebd 0.03 MB 83 1,098
130,879 130,879 0000000000000005788b87c99505fb596bb3ee842222846eaafd1c29ab477d2a 0.01 MB 17 659
130,878 130,878 00000000000013e89dd7b3f1dd9e5886f602b29ad490bc29784d30e06dd2f440 0.03 MB 89 382
130,877 130,877 00000000000014342a4ed2d1277d2793928118d9c826c07ed6762ac6b851294d 0.00 MB 11 181
130,876 130,876 0000000000000a14ee8d29a9f5eac38b7e4fa174c42dcb8aa1d304d5b391d0bd 0.03 MB 67 1,290
130,875 130,875 0000000000001699872826824d03c9643137e50423187e7ac56d30ca7a6a9824 0.01 MB 36 1,796
130,874 130,874 000000000000180d11c4ea9a1877623c10caa5cc645ef4e8e78e9a49f978a8da 0.03 MB 74 1,230
130,873 130,873 0000000000000124a518713866677b4d4ccdaa9d0ace30679705f81284e34f46 0.02 MB 34 1,173
130,872 130,872 000000000000197bd61072f8a83f1726d51164a0384989396ab80ddb05cef56a 0.04 MB 113 228
130,871 130,871 00000000000006d3a5bc37f3ae36b39d53708289af3dd04645591e31d26d06c7 0.00 MB 14 1,452
130,870 130,870 00000000000009323a4e2c490ea7849bfdcbb0d38b37f1b562bf9952f35297ea 0.02 MB 34 589
130,869 130,869 0000000000000656b7d32eb85719d79fed1e74d689dc36b942fe0d2cf2a91403 0.01 MB 19 1,972
130,868 130,868 000000000000045f457be48200002bcc0a8d3ab6c82819bb06b206e05bd6a92f 0.05 MB 167 302
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.62 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.