Memory Pool Memory Pool Refreshing

9,646 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,650 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,616 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,649 (706,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,269 201,269 000000000000041dcf6f739b10307bb9616086e38044e38738e6f2274d1e2c8e 0.14 MB 307 302
201,268 201,268 000000000000046832f583853ca1f8f8a9ee5842a23fd10cd534e65777e294e3 0.19 MB 316 71
201,267 201,267 000000000000028a826f6705c361401051a70ad02cd8b54a64afb9bc5fa7d2b3 0.00 MB 1 0
201,266 201,266 00000000000003d6081adfd5901e5f06087aad9009f47ea581a259ef831e0bf2 0.04 MB 90 61
201,265 201,265 00000000000003357dfc0d4aa91635f0d728b3c6a757278f78d20bb310665166 0.09 MB 154 146
201,264 201,264 000000000000021ccbd3c05519b147cfccb2c41efc3441b3a285f2949b077517 0.06 MB 194 31
201,263 201,263 0000000000000231c58c602b1fe3658fa589f13018221a6f4e084122eb534154 0.01 MB 32 0
201,262 201,262 000000000000058f4ffcd1480a143a17f0a30d47d0e87633b961d994e7b45e53 0.07 MB 107 77
201,261 201,261 00000000000003a3903767d4f55d3193dfadc3c73a062ae2763cbbc20bf6121d 0.03 MB 100 49
201,260 201,260 00000000000000181c63cedfdf1af0468ce67fac17f8d1f321314bbdba644e8a 0.03 MB 45 34
201,259 201,259 000000000000016c9fd63f2283e5840c9dfdb71ee22fe423fc122526a1aa68f4 0.00 MB 1 0
201,258 201,258 0000000000000071c05557f8fa080360deb2177b10f381572f71912a54799219 0.06 MB 81 54
201,257 201,257 000000000000005a74d8e4c781bab3803cfbcfd80d17dcb01f0ba86f51d3eb37 0.06 MB 84 93
201,256 201,256 00000000000002d059783fb1341ba4eff579fda50b4df68c86e9fec6db1e5574 0.00 MB 11 0
201,255 201,255 0000000000000161ac4bc3c8ca973bea5383e259ad0703dc6ccd594979c86f77 0.19 MB 266 101
201,254 201,254 0000000000000053b31ff462679f00865920c2b606e2b31d991b019fc0f27a15 0.00 MB 12 167
201,253 201,253 00000000000005aa4f644f0a12088e2b9f04c6f95339b09b1a8e0881085b34a8 0.05 MB 126 282
201,252 201,252 0000000000000055fcb67928a27e3cf4e9193dff84c81b7978d18de64f21f240 0.05 MB 139 156
201,251 201,251 0000000000000067d336153e820a0b674bce7cf51c4cb9ee9eddfc11ed3e71c6 0.02 MB 54 410
201,250 201,250 00000000000001d6eab50ca870a7d1ee7bc89922c5ca63493699c5cab082adcc 0.01 MB 32 0
201,249 201,249 000000000000011a988dd118b4456a520ffe0ea56149fb07c9a93a007cec30aa 0.04 MB 161 93
Previous 10 blocks ↓
Total Size: 768.89 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,590.59 GB sent, 92.19 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.