Memory Pool Memory Pool Refreshing

5,094 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,293 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,382 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (868,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,287 40,287 000000005d850e9c9a1605a56f44457ef8a9bccbee4797b6b56af11a76d0f96b 0.00 MB 1 0
40,286 40,286 00000000627ea2ccf90ed68d37b213d2472784855b5c60c5452d2fa84c10228c 0.00 MB 1 0
40,285 40,285 00000000601fd93fc246985dec3c12d74681a9d45a02d1418b04f34aab187394 0.00 MB 1 0
40,284 40,284 000000004fdec903693027d299bf5b0ae01d574207d7440f3921c69c45587425 0.00 MB 1 0
40,283 40,283 000000000b5a85fff5be2158ecde5be9e84472502f035586593b8d4d08aae065 0.00 MB 1 0
40,282 40,282 000000001ab5d8355a0fb83abc13b0d037bf89d0ede40ae40b1d8eef755b6a10 0.00 MB 1 0
40,281 40,281 000000006acfd102adc2e4cbefe20e8a906bc0cc57574f7de8e51944e73db225 0.00 MB 1 0
40,280 40,280 0000000039337f5bdd81739c66138956643c5cd6ece843638ae0bcaa8250a11e 0.00 MB 1 0
40,279 40,279 000000007ed5e373ac51e7fbc3fe7e5acd3345c6d6f9cd1f2abef69e02a252c8 0.00 MB 1 0
40,278 40,278 000000003500c1cede3ee491dfc67c1dd62cce27eae2803ef4a04361da1a13e2 0.00 MB 1 0
40,277 40,277 0000000058728ade2f2834d81b575e73d6343596209c4818e979ceeb962c7a3b 0.00 MB 1 0
40,276 40,276 0000000031594f321829e75a58158095a4a64b6d9b1e02d0f0d85ba22e26d5b6 0.00 MB 1 0
40,275 40,275 00000000319880f9ef0005a45d1116563d98c675c1d70e10038003be47af9aec 0.00 MB 1 0
40,274 40,274 000000005e730132b5c3581da4f9ff91ac393ace1ab5e61767c51ace070cd132 0.00 MB 1 0
40,273 40,273 0000000064ce9e574bf48184f8a977973dc0d4b87907dea64080f7d98cc9df85 0.00 MB 1 0
40,272 40,272 0000000013f8ca2160302e8c190bca6f905ef3449004e92e372778e090ac6b59 0.00 MB 1 0
40,271 40,271 000000003a1b2f0f053197047859156ce1fdb689708d14987017a15e73e0a6da 0.00 MB 1 0
40,270 40,270 0000000031be213e4c83c8d7d32f619978ce79517bdd0e55b372ff9ff89acef9 0.00 MB 1 0
40,269 40,269 0000000061a30d06611a3228b3e048a43144dab476ffdf9128a774aee215efc0 0.00 MB 2 0
40,268 40,268 0000000051858efb1a0419739eda82557f1c6fbf29c62493611af1fa3f0bcbba 0.00 MB 1 0
40,267 40,267 000000001e8fccc5ae1f6228e77e8badbfe5d606cb9c9796489699669b4a6730 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.44 GB sent, 98.33 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.