Memory Pool Memory Pool Refreshing

3,468 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (612,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,242 295,242 00000000000000004fb6e2c9bb60a9b5d8ecdcbb23176f797e8fc69bbc71d242 0.05 MB 97 32
295,241 295,241 00000000000000005086c09c44e2425b7cb9a9649266297b4414d55d03e1645d 0.02 MB 64 43
295,240 295,240 0000000000000000223f1f33b0c8653ae9dd3bd8da51d23245e1b9f6b9728a43 0.05 MB 52 13
295,239 295,239 000000000000000023efafec4121bf6475b26aec6fa509d572b36e2fcce11cc7 0.25 MB 622 57
295,238 295,238 0000000000000000b30987db0ee5b7ccc0dbbca2a5cbb72e2091e9946525b644 0.06 MB 107 39
295,237 295,237 000000000000000009b650c6547c226e0297a86de107874b08fc1d875c6fdf8f 0.32 MB 614 41
295,236 295,236 00000000000000001428478d342e740e885edd1bd2ccae20e5ee78dbfbf47c90 0.18 MB 377 45
295,235 295,235 0000000000000000b274994a85b513a253222c87f8472f2d94c4dfc166d6c369 0.08 MB 156 18
295,234 295,234 00000000000000001e93b8b17917e4606df683f4499126163b3e4812f62b8f6b 0.06 MB 125 35
295,233 295,233 00000000000000009e664f86c086e02811e60a6c93aa10f6b93ad362f3ef3d7e 0.09 MB 152 39
295,232 295,232 0000000000000000a5c8b57b1204fb2c2b734b67f7c2597ee5acace08f0cb21f 0.20 MB 426 51
295,231 295,231 000000000000000042502098c1f41deab1e400eb2dff1d49d44b00db86ec967f 0.15 MB 175 17
295,230 295,230 00000000000000006fea6f3a0c6424497b9cbf9d4c27e66ec0ad18c3b4096063 0.35 MB 887 70
295,229 295,229 000000000000000003e96e37c59fedacaee2fc632c74d41d37344d0af4208399 0.24 MB 461 33
295,228 295,228 0000000000000000b26c4599808953ff90c5634267c25adee05b4aa548341bb0 0.16 MB 303 49
295,227 295,227 00000000000000008abf62c1a5df903606bd46489d3a2515a593283413fa4ff2 0.18 MB 342 46
295,226 295,226 00000000000000001bc6827be8bf259e34d7fa00f2498369a9d519c05bbe93f3 0.08 MB 144 33
295,225 295,225 000000000000000009e18c681d5655e72a35dd44d0accd44c4db18cdc29cdf39 0.03 MB 45 13
295,224 295,224 00000000000000003fd7983017bf058761e101c4344b5cf351e00691ffbe3e20 0.22 MB 298 27
295,223 295,223 000000000000000002924ef45018ad45c7a70e0136c72af909302e78411d5e3a 0.16 MB 394 50
295,222 295,222 0000000000000000a8570389ad64a9c3dd61324e833ccd6b5457447252a504f3 0.42 MB 728 37
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.