Memory Pool Memory Pool Refreshing

12,605 transactions
3.97 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,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (640,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,788 266,788 000000000000000602ce399eb1d0fce81a2dc029223097fbdda0452e5ca4154a 0.11 MB 231 85
266,787 266,787 0000000000000001a9064dd8ab6d88b6f6a3fa1031e536a13e80b1443fd8d40b 0.06 MB 131 96
266,786 266,786 00000000000000057ca483e98673e876b21b9b1a78420dd8ee4c1acda26f2b98 0.07 MB 136 14
266,785 266,785 0000000000000005304f088b01e82b67af4845892da02bc7a17e43a17a8fb28d 0.04 MB 102 90
266,784 266,784 00000000000000087b790743160e524a95bac02a732a8c32bd91e5eb47912932 0.16 MB 383 89
266,783 266,783 0000000000000007ef422ab6896bda1a720ee97f6da1e2960a18df27f681214f 0.12 MB 297 84
266,782 266,782 00000000000000060d4dab8688bcd7edf1e3138ca742cf635e56b6f2969c80e4 0.42 MB 828 81
266,781 266,781 00000000000000099ee4bd8fec941c63613d4af4d7142a5c1087aedf68c5b9f3 0.17 MB 324 81
266,780 266,780 0000000000000007370b211761d12439dd55816029ea2093a988c8fe63a51af3 0.14 MB 342 92
266,779 266,779 0000000000000006f8636fd71d6f13c9d3c3d3f1618829363c30f7a8e6c688b4 0.03 MB 64 89
266,778 266,778 0000000000000001dfe31fc3418b674b369a3d897142063766d6c9459f2d9990 0.15 MB 300 73
266,777 266,777 0000000000000008a1ff192b1f7a4ba335b32d695c9bc33c756087ce72dcc729 0.15 MB 303 81
266,776 266,776 0000000000000009f3e4b6a2fe5923d165821095657b0cea1d0a261d87784d72 0.17 MB 275 78
266,775 266,775 0000000000000004ecb560f5eac256fd75ee8f2c1d4e01dac1d60e56a2475a1e 0.07 MB 170 65
266,774 266,774 0000000000000009fc6d504ca2c02a3ea3c7d66d3acb17c17f02b02b127f26cf 0.23 MB 540 105
266,773 266,773 0000000000000007458bc31ce120f2eabdca3fcc1525feeb1b271afa0f801fe3 0.20 MB 418 74
266,772 266,772 00000000000000084c580aaae8461b8b61cc82c2b1dbb56ff795fdd4dd51363a 0.09 MB 120 59
266,771 266,771 0000000000000003b3e3ea51fabdd2903a3b0e03ec2c951fafa0a9546b870096 0.03 MB 60 74
266,770 266,770 0000000000000008acbb9bbd078be9f253516f31a95f6076b49c3d41f5e8ac3d 0.08 MB 206 102
266,769 266,769 00000000000000075f5dcceb294e35376d38cb7f5d26a6f2669efd8825adff7e 0.03 MB 60 40
266,768 266,768 0000000000000006d8ab813f1bc63d3b43f4daa620ba01d91a89c99a0842b7db 0.23 MB 549 106
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, 113 incoming
  • Data Transfer: 1,622.18 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.