Memory Pool Memory Pool Refreshing

6,027 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (689,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,198 218,198 00000000000001e0e393c618e2a223e16858b0b6ab26856db13ce358795b8e14 0.16 MB 434 189
218,197 218,197 00000000000004f84ff7c9f677617c2de629bb10b00037ce19bd163b46a17f93 0.01 MB 33 190
218,196 218,196 00000000000003af9800115077219994cbbe074ffd6b3d082bf68477482a64d1 0.19 MB 436 164
218,195 218,195 0000000000000199ff1ac7c352d10f11faf40cc7bbf137bce4f3a6f42c863591 0.12 MB 128 72
218,194 218,194 000000000000058dddee43f6bf298d0104ebeec1a9cefa322afd8693e0fda17e 0.25 MB 736 239
218,193 218,193 00000000000003259b041650d60f63225b596406721e3e07e3ab5430831216a1 0.01 MB 19 123
218,192 218,192 0000000000000585c98ffcc3ba97efda630a791ebf8c482e245fc12cac1998e8 0.22 MB 549 217
218,191 218,191 000000000000000ea395919c2c12355d3f4f6a8ded865cbcfb919b9148768ee2 0.01 MB 18 126
218,190 218,190 00000000000003a7a9d109eae1fc3bc2d966f6b18c8531c51c985eed7c9a42fd 0.02 MB 46 193
218,189 218,189 0000000000000259b8b51ac79f3b53398ea077d4f19ebc729b9168ffa1ccab7f 0.13 MB 278 224
218,188 218,188 00000000000002e9736361d1201b5ce1960de8199dcc2e14b90e65c0a73bb190 0.26 MB 455 252
218,187 218,187 000000000000032c4268a25dc080cfcd5c9d39448ff12199e722059c3bf6d41f 0.47 MB 352 236
218,186 218,186 00000000000004cb2770872acbb2f1b743bf4344b69c1d8abe2082403c25f2e4 0.20 MB 459 200
218,185 218,185 00000000000001efe39b1707f60a9574fa4899a9e849d337cfcf540962ae9a50 0.25 MB 654 252
218,184 218,184 00000000000000652012ffb29e4a2eb2b81bd949162336fbd3b0a10726a1c85e 0.04 MB 76 151
218,183 218,183 00000000000004ae95c612d504309a51d0eeb8224c1cdcb177d204d4b29692cb 0.24 MB 610 234
218,182 218,182 000000000000051eb9b38086b72d85c0763bdc6c348cd514c34c5f0e931d1c81 0.01 MB 33 181
218,181 218,181 00000000000002deb0b09d9b18aeef61dc615b14f2b49c01edcc52371ff2175e 0.05 MB 116 256
218,180 218,180 0000000000000124362d33e6bc0fa8c3b7bb413599baa972b15de21d155a64f3 0.02 MB 57 305
218,179 218,179 00000000000002aa8dfddeaf5ed94f983082cf6deaf3def2f6e154bc772acfa9 0.02 MB 16 116
218,178 218,178 000000000000008871631e5a4785a5aac799a8d03dae130ab6adcc8dd0375797 0.15 MB 366 230
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.