Memory Pool Memory Pool Refreshing

6,307 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (607,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,377 300,377 00000000000000007cf5744be694eea2f20501e6db9d3362428aabd63dda4151 0.21 MB 143 14
300,376 300,376 00000000000000004b1d04eb05bdc154b2d724511fd0828c1b61335dc0882b4d 0.35 MB 733 57
300,375 300,375 00000000000000005c59bb04d4a97acbccffe73c431f2e76b94ee77d0473637b 0.35 MB 880 41
300,374 300,374 0000000000000000231a1c82e3c5ec62d59697a8bde90d71256797b9795e3874 0.00 MB 1 0
300,373 300,373 0000000000000000374b8e38b55945a51a708bb9042b77d5239a21277ca46e70 0.35 MB 379 20
300,372 300,372 0000000000000000734311f0a7aaf96ae1f91bf8c875c15f8f186353369faab1 0.12 MB 256 35
300,371 300,371 00000000000000006ea08f84b66d7485ec069ece9c43dee8e982981e75e8daa3 0.35 MB 266 19
300,370 300,370 00000000000000001aebf1ca2c6a0c151904975f4289bffaedeae180d64557d6 0.35 MB 907 46
300,369 300,369 0000000000000000892b70273caacb0ad71cb59ffcd81fae98e1657b55f6c751 0.14 MB 203 31
300,368 300,368 0000000000000000629c05327f083381c4062da9a1bbc0299166104367d7eb7b 0.03 MB 64 22
300,367 300,367 000000000000000041a5728ab0634c4ed8a2a9ba9935d8095a489d7ec9d990b4 0.16 MB 273 29
300,366 300,366 00000000000000001416d33871bdf0d03377b4b4ebe314a9a26d87eb631ec94a 0.21 MB 234 27
300,365 300,365 00000000000000002a63bef174c61aa7eed186a762095c34958cbc300deeca7f 0.48 MB 343 14
300,364 300,364 00000000000000004359aaf6ec5381d53009a9d64ac369c4b982ab84a63e4d18 0.25 MB 315 17
300,363 300,363 000000000000000026c815cceef5261afc9f30c2c4e6ffad31763df659975e6f 0.25 MB 513 31
300,362 300,362 000000000000000072854bd65d51eed3f4a2b5906a73ce5ad62a62f13dca0417 0.35 MB 1,039 52
300,361 300,361 000000000000000086a02fbbc7f381ebc27d09b8f48bb668813c0b6d089f168f 0.21 MB 429 33
300,360 300,360 000000000000000063ea4ef831cf0e10b913c9f7765be62922af9524dfb4e814 0.03 MB 49 24
300,359 300,359 00000000000000001a2ea298b45742248e097db3e25513f8c5e74d75ca8dd7cf 0.08 MB 158 21
300,358 300,358 000000000000000008d6cbc3cd1516a405841aa074265e071f9005b2f388fcb8 0.16 MB 281 31
300,357 300,357 0000000000000000614bb78c5b9823e55862da3eec0400cf593fd9cd655803cc 0.03 MB 56 25
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.