Memory Pool Memory Pool Refreshing

7,030 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,667 (706,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,068 201,068 00000000000005d8d680edf588de06711b0d3371a4a0c32912e3dbc310ed0953 0.06 MB 104 118
201,067 201,067 00000000000002ad6a3b8e34e9f978c57a511c43e220cde56dc8a8c26e113f59 0.04 MB 85 104
201,066 201,066 00000000000005182854ffd8ac0ec49f7332bfe96ed77f2ff50aa70a29524396 0.02 MB 51 12
201,065 201,065 00000000000001d6c025fe36409d0bc07c40e98ce9a5d35bb6ebe2bf2ae40ed8 0.08 MB 186 120
201,064 201,064 000000000000035e95d4b3bbcc45933b81df5cfc682f328bdd8b85a768b0c124 0.01 MB 20 253
201,063 201,063 00000000000001062fd5f2cab54ac2a4d4fe31ec04adf7252043420c931b927e 0.10 MB 148 107
201,062 201,062 000000000000059aa2f13d985b1bd05b15493dde99c80bf117d178d9cbeb2312 0.06 MB 47 65
201,061 201,061 00000000000002c395cb02fd33f2e5ce1aea3d60e5e7459d84894cd55ca16c2b 0.01 MB 15 75
201,060 201,060 0000000000000174e2b90512b04049932c1ae4263bd805a29a9bb28f4418f1ac 0.01 MB 20 132
201,059 201,059 000000000000007b09039af7539d297fc8f11e436b975a88575422c58f0a09ed 0.04 MB 81 70
201,058 201,058 00000000000002ccda7117c7d7e2d20028a0f5a835c282d4b1dfad0bc6d0f814 0.10 MB 128 121
201,057 201,057 000000000000008ad4d32a9919dd6760dc1b39e66a79fde19cb6a15b22e839b4 0.11 MB 249 115
201,056 201,056 000000000000010638cbc954ed656788d0ed14d9b2c433b59985df6dfe570fde 0.06 MB 182 42
201,055 201,055 000000000000003bd297b6ab126d4357eaf659ed1ff78598d3be04478d512959 0.02 MB 36 30
201,054 201,054 00000000000004679d52b4046a255d5b24adfa7ebe3cb1d18859dc57abcbb6c2 0.13 MB 329 167
201,053 201,053 00000000000001c32124a866e92cee2b4796c9a209d6e551dd8924bb6eb5b5ee 0.00 MB 17 144
201,052 201,052 000000000000042b4fb0d6035af1df809085c3b19070b4ea3f1fb8ec49dbda8a 0.03 MB 87 116
201,051 201,051 00000000000004f85232914b070a8039b4b13d4de08a94f953bc8975c231592d 0.02 MB 48 137
201,050 201,050 000000000000013b990beebd23b169524dc10fc1c93c85bdd7659e03cd7eb39d 0.21 MB 302 65
201,049 201,049 00000000000001f398aa29c07c33acc9af67cb882d40f8c55287939904fe1f79 0.05 MB 132 74
201,048 201,048 000000000000056fdca2be5adac35ed9ec1be391f34e2277dca6013333d76b57 0.02 MB 50 237
Previous 10 blocks ↓
Total Size: 768.92 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,603.87 GB sent, 92.40 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.