Memory Pool Memory Pool Refreshing

12,729 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (687,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,390 220,390 00000000000002e52a96539d53ed69f10a657d2c7ecb8a6df4021ad52ef1fc8b 0.25 MB 835 280
220,389 220,389 000000000000028bd4a7976f8cd7176953022a01c44d0ad3ce2f614ecd2724d5 0.16 MB 512 229
220,388 220,388 00000000000000226757cf40cb5e0a9706d5974623b31343bc602a93486b1d69 0.05 MB 118 148
220,387 220,387 000000000000003b4fcb700db507b7900481b508dec37cd784c39d4d1c99ce58 0.12 MB 216 106
220,386 220,386 00000000000001528a3fa72b86032459e1fb6ab38720e19a26e3a1f4a64e461a 0.41 MB 1,087 198
220,385 220,385 00000000000000e67e106e6383ff1bca0cdf44f33af68b16b9cada40139644a2 0.19 MB 481 70
220,384 220,384 0000000000000034af39fb9026b5b1d1d217427beb41c1aec8faf3df440747e1 0.22 MB 561 182
220,383 220,383 00000000000000f503ae3155803e212107afd343167821dbe8f38a613d17b3d0 0.19 MB 443 180
220,382 220,382 0000000000000331c93e1cae391c7cb60087a81045d3b94e244a5797a57ba9b3 0.18 MB 472 189
220,381 220,381 00000000000002a306413c75707ae11e0f8bd6af093132ffdc13cb4fd5925fef 0.07 MB 124 126
220,380 220,380 0000000000000379929965537b550288b5e9fda960a6ed377dc1f9f9af753d31 0.13 MB 318 180
220,379 220,379 00000000000004f79987382522e446f98d435563a74eaa2eead1d16dddfc1ca5 0.06 MB 132 21
220,378 220,378 00000000000001e7b6910129f91ab5259dcbc9e2eec7154b2a73e7c88504ba40 0.28 MB 444 157
220,377 220,377 0000000000000469bc0007d2b5901755d37cd9e68090fde9c7da4492c449c0e8 0.23 MB 466 172
220,376 220,376 000000000000002b19b8cb5ea1fd089f99a5af86e69b6df6a75b92f57d606863 0.26 MB 436 129
220,375 220,375 00000000000001abba8641cb33f4fa503ec2d0955ad3548c921c12ea3c9f90ae 0.25 MB 838 276
220,374 220,374 000000000000025dae55f439e7c8e276eec5c0797e777d20783b027ca20bc99c 0.00 MB 8 207
220,373 220,373 0000000000000200e8e269541cc9de38fee8bead582940678a77333785e9f75f 0.32 MB 528 56
220,372 220,372 0000000000000210e240a972bdb49975178b46ea218704797a88640d9401ce84 0.20 MB 495 224
220,371 220,371 00000000000003ca4cc18de733a70f80b99476da19b006cbd368c9f5ec96650a 0.24 MB 541 212
220,370 220,370 00000000000000f45f58aa7c3286e05e9d7a48a8553dea41122f4c35cd49de5e 0.25 MB 446 225
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.