Memory Pool Memory Pool Refreshing

1,284 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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,135 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,254 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (893,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,472 14,472 000000005940800e91c5a662271ae047dcd8d0082466b306262dabedf7c45fb7 0.00 MB 1 0
14,471 14,471 00000000928f05f0b74deae948a800a332c05b9bfa69b64e7eb747da23656732 0.00 MB 1 0
14,470 14,470 000000006f3f0dc3caaef57cd8b37e6b2cc8937dce79206b54a648cb17ab1ca1 0.00 MB 1 0
14,469 14,469 00000000e6a62fafeed07988afba57ed2596580594fc306589fee175d61ddb0c 0.00 MB 1 0
14,468 14,468 00000000aa76dd338478f5d19edeb667a57c225ad66eb256107639ab034b200e 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.80 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,680.34 GB sent, 96.88 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.