Memory Pool Memory Pool Refreshing

3,411 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,375 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (389,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,211 518,211 0000000000000000001e1473b76c1fb0d8cbdf328f7865e5ecc7508e6f34c7f1 1.06 MB 800 13
518,210 518,210 00000000000000000044a0379fbde7968616ce8f2d4f8e13a32b839cc72150b3 1.06 MB 944 15
518,209 518,209 0000000000000000001099c54c818ecd795531d8c0ea0c5221e8edf3d77c45e3 1.01 MB 246 3
518,208 518,208 00000000000000000033622a2eb435f6d903eee86dffb160f8a8865ded4abd55 1.10 MB 2,023 24
518,207 518,207 0000000000000000003c0a566ebdf3163c83bdcf64a68ec8dc61ed64feae38c2 1.15 MB 2,332 25
518,206 518,206 00000000000000000009e34db01492b2c28d1d76e5fb3a563f889ed5d1f3b2b2 0.40 MB 873 42
518,205 518,205 00000000000000000021cec1aa57d22dff0576f89ebcdfdd15e5ccd1fee9e5f5 1.02 MB 298 6
518,204 518,204 00000000000000000036ff2652f40432745607c336e47bf71a6e87f8fdc3255d 1.11 MB 1,914 24
518,203 518,203 0000000000000000001d4c4540e75db36be30ce027a4e220ac5d172a608ab02d 1.17 MB 2,810 33
518,202 518,202 0000000000000000003202a770a5ba275e759b998378e4375827d67aa150f343 1.03 MB 556 8
518,201 518,201 0000000000000000004851cdd101afc18d2c92d36b0e3410b23e05a347341e17 1.07 MB 1,085 18
518,200 518,200 0000000000000000002ca5b22391d7a23e7f3baf16ac1b42d2d3b40eb708e53a 1.04 MB 867 13
518,199 518,199 0000000000000000003db320892c591cc09e84ba4144d4fb329aee582090a2bc 1.08 MB 1,514 20
518,198 518,198 00000000000000000004ee0ecb20d2c4705c077562a8b3f5d945181e92b5b146 1.07 MB 385 6
518,197 518,197 0000000000000000000cd9abd84c1fca9a8749b8b70e5db1654056efa9923ba4 1.03 MB 564 9
518,196 518,196 00000000000000000025d0ad772aa75bb68db6fee665171f1b0d3f45b708e08f 1.02 MB 752 8
518,195 518,195 00000000000000000041172d96f59044feb2b960bedcab4d7c6757c1c4f23b32 0.76 MB 1,657 44
518,194 518,194 00000000000000000005edf847508c08caef212667b6341d8aff2965218af0b4 1.09 MB 2,024 8
518,193 518,193 000000000000000000189549edf13ec29352af4aa45d232715798fa13b1b6db9 1.25 MB 2,855 58
518,192 518,192 00000000000000000001d7e2616fa657562068bad01131597a4331469fa3e842 1.06 MB 1,166 21
518,191 518,191 0000000000000000000cf521f5f13a0742ca303ba870cfdf21ed7665f95f11bd 1.08 MB 1,432 25
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.69 GB sent, 93.66 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.