Memory Pool Memory Pool Refreshing

1,335 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,320 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (741,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,857 166,857 00000000000005d85c0bff2656694e30d1a4716241babfbe8af6b9693e1f9057 0.06 MB 145 308
166,856 166,856 000000000000009d10956ab4e3244a87e462b272af00957501b100d26193a535 0.01 MB 15 9
166,855 166,855 0000000000000ba7aaea2fd0b1173a3571435ca1b96b2843fcc1f2a609b3361e 0.04 MB 102 239
166,854 166,854 00000000000002de57ff139e24e3e247c99808ad22a50f77104d80e95ddcae9f 0.02 MB 51 139
166,853 166,853 0000000000000808b45f84770aa953591e26f23f44877e80b194427d61d3569a 0.03 MB 38 118
166,852 166,852 00000000000005b1135224ca0ae9f11aa5fca38c907cbfbf59adada69c689d39 0.06 MB 118 93
166,851 166,851 0000000000000b101ebdc937ced439eeea60ca88db3f1b35a608e74bc4b8799e 0.05 MB 130 65
166,850 166,850 000000000000053274ce0a63bb8bfd7ef3e226beae73dd586b78f65b86bd44a5 0.01 MB 32 195
166,849 166,849 00000000000002b09ecf88a1cd867264c0159dfb3c219557d88150240c3b9ff2 0.03 MB 59 100
166,848 166,848 00000000000005e8184d63cec24e2f12d997a81d5dc5bc0d725510c6bdefe10d 0.02 MB 48 217
166,847 166,847 0000000000000113e3dc89ab2da57c83c503f99b49256034a13ff42f0b90e7d4 0.00 MB 11 12
166,846 166,846 000000000000001c787ae81faf9d2ffef25be758e20c09999eaeab1cdff19853 0.02 MB 62 175
166,845 166,845 0000000000000a98f5c890b25657ebd063349fffc5c1ebaf85fc17b3024be1c2 0.05 MB 113 130
166,844 166,844 00000000000002b830053635e9e951eb36852c113ba872c07bb6f1dee3369c1f 0.05 MB 182 33
166,843 166,843 000000000000054684fc4f5309262e5b754ae459f2c7b5236822250da61ebf60 0.00 MB 1 0
166,842 166,842 000000000000075ca830fcb661976558699c80cd6c3868e8ee47862a2d75abc2 0.03 MB 51 91
166,841 166,841 0000000000000884a0b5d1fa1fafead59bf17d3b426a83dfa4219062a155d96e 0.05 MB 101 309
166,840 166,840 00000000000002056edcb5c51ccd8f838d525260e3cfc6f9e46a4d77393af821 0.09 MB 163 98
166,839 166,839 000000000000077e85f44a10f32dd3d309c31c545b886bef55e4cf0def836b23 0.05 MB 106 252
166,838 166,838 00000000000007026922564abfe4765e1f1ab3f848583b43f93f3cfb01effb44 0.00 MB 12 34
166,837 166,837 000000000000065cd27fda66070240497dfc4c0a28f344e3b11887eda634f1bb 0.05 MB 131 229
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.