Memory Pool Memory Pool Refreshing

2,081 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,073 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (842,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,095 66,095 00000000026c0fd11eeb10a62527e45fa7fdb28ccce6f85e811d10f57794727f 0.00 MB 1 0
66,094 66,094 0000000004956cbcc77a01f484a47af13f991161b5f64785fff121e75a3b36da 0.00 MB 3 0
66,093 66,093 000000000536cf1444bb5e047ca2c5e64e748dde86e0a2ecdf12d448d8f5fbfc 0.00 MB 3 0
66,092 66,092 000000000085de18f2b768df8f38861821cdf3e5ca6dab21f1e0b0dfad0cb8bd 0.00 MB 1 0
66,091 66,091 0000000000d4d102dd1bb91735150fbc1e8bdf29858c4559473ed2c9e30f230a 0.00 MB 3 0
66,090 66,090 00000000068cb1bf7c26c66df24a6b4dab9c72423f5c7156839954e26062b8a3 0.00 MB 2 0
66,089 66,089 0000000001b892d469e925b5a91ce7de1caacc750b90c26b059cc8e21f73c535 0.00 MB 2 0
66,088 66,088 00000000097ed93daaa31633b5bc84db326aef39e69308525c8fb057b9c173fb 0.00 MB 4 0
66,087 66,087 000000000a23cf13ef41280e86a1ded9febfcd27b3bd5963ad9ce4f69d291fc9 0.00 MB 1 0
66,086 66,086 0000000000cfd9c479f3270e2e2f50196af4931b8fe8238bbbe6743176357644 0.00 MB 1 0
66,085 66,085 0000000001e07370e89d247e6e54222a032ab8982a6c557400bd08a89ffee249 0.00 MB 2 0
66,084 66,084 000000000773725b7c33962928cfec815ea58d0d047db1eda03ff92c041591a0 0.00 MB 1 0
66,083 66,083 0000000005ba5538d271fba2fb7841137a6d6f321345f23741549026faa3b740 0.00 MB 3 0
66,082 66,082 0000000003cccb87ce2fb840a409ad63070f50929fd73a0a795608fc4cabe10b 0.00 MB 1 0
66,081 66,081 0000000004d010e7b0278e9c728fc6fde997100a104ad4d5735225d631397517 0.00 MB 3 0
66,080 66,080 00000000025725d9dce3da9716edfb2d6a376868057fb208159b2241cea321cf 0.00 MB 14 0
66,079 66,079 00000000091cd52fa7f99f7912cd648dbf6fb13050af3ad731fcd983f5ccf1c5 0.00 MB 1 0
66,078 66,078 00000000071d13a30a9c48df2d6e63d26e6383a9708d390758abb0a7325233aa 0.00 MB 1 0
66,077 66,077 000000000a49a392c994d67c7cf6dfefb4db4b7bf837322f7ff5c21953199c46 0.00 MB 1 0
66,076 66,076 000000000634d891921bb447d745db74c5f7636529e86b8d3d076360b18e22d0 0.00 MB 2 0
66,075 66,075 00000000019faeea92c03ddf7b9c5415362efd75645b153e856bf973311a4a0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.66 GB sent, 100.68 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.