Memory Pool Memory Pool Refreshing

1,742 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,901 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,900 (893,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,467 14,467 0000000021c22f6ebc4462e45327cd59f7dba0c5fa38ebb84207f190403315f4 0.00 MB 1 0
14,466 14,466 000000008053967bda5920ee2ad6df10e28b64774bfec5f6acedeae47b049ccd 0.00 MB 1 0
14,465 14,465 00000000f356067e8523ae3af1a6a28650f3cded5c53320a630925f6563b59f9 0.00 MB 1 0
14,464 14,464 000000001549aab8c0d631e9e13657d9726fdaf79bf2a188395bb609474056ec 0.00 MB 1 0
14,463 14,463 000000000c0456286a65c58b4714328cbdefa1ae429f3a3fd2cc0af82736843d 0.00 MB 1 0
14,462 14,462 000000007e30176a2f8a015d96e5db3b6471efaad812b791f78971672b241931 0.00 MB 1 0
14,461 14,461 0000000007844bf17ce3e9d98770753c255a149a590ca90da818556d68b6aa76 0.00 MB 3 0
14,460 14,460 00000000f0b0636a9517a2acb29d4c1288cc8239ece7e69bef01c762814d6e5c 0.00 MB 1 0
14,459 14,459 00000000f70ffda55532e746bd9140f0ce34a330c623d62928c5843f34ffb3ce 0.00 MB 1 0
14,458 14,458 000000007129b92a13686c79c5f497ac2ab405b06cfe4b4c10d35fbea2f23754 0.00 MB 1 0
14,457 14,457 0000000014abeccb56294335f526d609fc3871d1ea98607659bdc6ed6c2f00aa 0.00 MB 1 0
14,456 14,456 00000000f8463d3cf4d05d7ee96cb2ba91058d83d0a1c81319f93c9c7ef0a0f1 0.00 MB 1 0
14,455 14,455 0000000028f8e892b587f66458566d8d8fce69c5698a9226541f4613968aa351 0.00 MB 1 0
14,454 14,454 000000001a68c4cfcf6028d1bf747d1d658a4d8944312758fa9f7d93a76496c0 0.00 MB 1 0
14,453 14,453 0000000090d6d9ee76e8e6cdfb4e731c0a347677a6cfa5d16bb122d86d20dd23 0.00 MB 1 0
14,452 14,452 000000000881f20dc6f3e00adbd73a7e025ae67d26e1a43973884f6b5bc4309c 0.00 MB 1 0
14,451 14,451 00000000fd0db537f6fdb7e5732dcdb928bed96017d7e11bb62970912c372ac5 0.00 MB 1 0
14,450 14,450 00000000980676044bed0389795bc8ec5f0cb41413343cd9f8102f0ea415f994 0.00 MB 1 0
14,449 14,449 000000008e2c0c54613ccdde49406076cf2823b129e8f2b85f06008bd7667f75 0.00 MB 1 0
14,448 14,448 000000000fbc634cd7d450c8c2847b4cb08619e69bf4ee2813b1007b3836cf26 0.00 MB 1 0
14,447 14,447 0000000096a3418307c695fb114445613af7af74aad437aa94440cb493e0a52e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.35 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,643.65 GB sent, 94.73 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.