Memory Pool Memory Pool Refreshing

4,299 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,767 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (611,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,473 296,473 000000000000000040fca501bf00bb045fec41d78bfad8c6b6c2bda19336b9cd 0.45 MB 834 34
296,472 296,472 00000000000000006dad32b4644d5b0e0d2a675d845a84663d9797873ee4ba0d 0.10 MB 256 62
296,471 296,471 0000000000000000991e0beaaef3650c669db72577e84e9c23e4d1448cd85925 0.33 MB 570 45
296,470 296,470 00000000000000008e1df30b8525cdfd87c3606976f7030d20d76b49bbfa2388 0.17 MB 314 30
296,469 296,469 00000000000000006ac31a7d65f6f4be25ea90d6a03bea3784fb9784bb453153 0.11 MB 55 12
296,468 296,468 000000000000000051100ebbb01618af66febff7d1857dedcebab452d341d992 0.26 MB 628 52
296,467 296,467 00000000000000000f964aa089d684aed7448b74842c27ce9e45bd4af64ac6fe 0.13 MB 191 28
296,466 296,466 0000000000000000610937953b36d97766275554e441a22d9f7285eaf3aca816 0.05 MB 128 46
296,465 296,465 00000000000000000ff030509ce1c56c128584d6cbccc418a8afd01b4f247405 0.03 MB 32 16
296,464 296,464 00000000000000006c9f2fcb5406c86d5cee731d4ec4ade3341d7f73a15ddf88 0.04 MB 95 42
296,463 296,463 00000000000000001548096c2da24c5eeecdcea74255953632004b92251fa3a8 0.08 MB 91 22
296,462 296,462 0000000000000000192c72eb8a1b2ab0701c37d27ffe230b00e88fba75b49cf4 0.05 MB 129 43
296,461 296,461 0000000000000000384e4a5124a25dc40817ecbcae1045aa5cc08561a571ef5f 0.00 MB 8 51
296,460 296,460 00000000000000002470e3741bda6a6840ae6749051dd681a01822f31f9c0cd7 0.23 MB 351 37
296,459 296,459 0000000000000000817610b968444d0686624675223b549f36fdfe54e06b996b 0.06 MB 142 91
296,458 296,458 0000000000000000430289ea553216c142b0cbce00d2d7dbb0cfa31460c6c799 0.09 MB 137 33
296,457 296,457 00000000000000004f92ab56a5c89837401a41ac21b60490db65bae81fd71192 0.20 MB 289 31
296,456 296,456 00000000000000006b4453bde465e03345c1e896ede687132ee49c1e16369593 0.27 MB 512 27
296,455 296,455 0000000000000000754f6fa734200ac42574da3285c89c0a9ee4da33961c65ca 0.19 MB 512 58
296,454 296,454 00000000000000008891d5d6d3c5bc26382d7a6937e60182c1bc9b6099a97906 0.18 MB 381 38
296,453 296,453 00000000000000004b774f401a84ae542b5601c5fb43d7308408280e93e9f19b 0.26 MB 470 30
Previous 10 blocks ↓
Total Size: 769.05 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,627.62 GB sent, 93.14 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.