Memory Pool Memory Pool Refreshing

11,132 transactions
3.52 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,729 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (705,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,960 201,960 00000000000001937e950fd1e9c4baf32206976936b27db4d4eb55464e3b1ac7 0.05 MB 145 218
201,959 201,959 00000000000000e493ace3ca31c7ffc1c12a22f2ec224b2b770ea92ab249e691 0.25 MB 406 110
201,958 201,958 000000000000051310fac8fd77f139a7cf4e7639a53f5d418cbf5a609c474fa9 0.05 MB 122 303
201,957 201,957 000000000000050f6de9fcb42b02fdc5a49530f06c5b827a3c7fc04e12f6c7aa 0.07 MB 246 70
201,956 201,956 00000000000000a16afc56668c17be2555407b2264904f47b63c216ecb643f50 0.14 MB 344 332
201,955 201,955 00000000000004a32f2961f20d59a0df9a118231fbb96a45d4de96b78f06ff29 0.04 MB 116 768
201,954 201,954 00000000000000d556776bdf6d796dee8f27fac6b987e72467e4a2bd2ba45a3a 0.18 MB 390 280
201,953 201,953 000000000000051a70d716e216621386d727b8590ce1ac9fb2b76fe32e2fa3ec 0.17 MB 414 132
201,952 201,952 000000000000029abc9e7b665e494b6333f1559604c7bb863bf39f554eab2579 0.05 MB 116 108
201,951 201,951 0000000000000170f6ecc44a9e3a5854749d2cf2b61042b69b9cb76ed4fe8308 0.25 MB 579 196
201,950 201,950 000000000000018adaccc7ee38e39f69ecb31291c95e283c326d40c2fee8b262 0.05 MB 137 157
201,949 201,949 00000000000004e8fb80166300acb8e82a3cbf507a3c682949b1be36b620d8f2 0.10 MB 262 166
201,948 201,948 00000000000003920c58174a9412e04c4366ceb5ba557bccd995d49e198d4faa 0.10 MB 245 149
201,947 201,947 000000000000024aec244f808cc45db90a4f996de3efcf6388bcff4f67e26c3d 0.23 MB 489 100
201,946 201,946 0000000000000537807f47fb408aca169d72ad472324d1912b68311ff664d259 0.25 MB 220 82
201,945 201,945 000000000000000cece81196dea46f0d78f28a19472ac4af19f8dd4a98421a3b 0.08 MB 218 124
201,944 201,944 00000000000002450a9e6e8c4f41a8e5a3b4249da66750e50f9f7ea68f6a526a 0.25 MB 462 186
201,943 201,943 00000000000003737767ef51d858d9bd727b14e5284f0471a16bd0ec228cb83a 0.05 MB 142 92
201,942 201,942 00000000000001b885c05e69f28bd194eb7dec208baec9413fdf8c315cf512d5 0.09 MB 198 137
201,941 201,941 0000000000000516f2bfc249b238a3ef48c433e34f0bfcd760317c0fcb1a2d04 0.02 MB 55 95
201,940 201,940 00000000000001b01409ba2c319353bb8d888cecfe5753b334bb8039b31fb886 0.06 MB 151 134
Previous 10 blocks ↓
Total Size: 768.93 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,612.49 GB sent, 92.48 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.