Memory Pool Memory Pool Refreshing

13,353 transactions
4.05 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
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,788 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (706,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,547 201,547 000000000000002cb5011dc5a9129559e2d92c8f5cedb2846ae1588d5e56ee46 0.14 MB 236 321
201,546 201,546 00000000000005a4dbe22d890d98b20687203e1175a50027c90ccef0029c2a71 0.07 MB 164 94
201,545 201,545 00000000000002ce91697a93e1525472174b25049b526a4dec8e3f103ba06850 0.25 MB 474 125
201,544 201,544 000000000000018a363a29a41137753d5e3d825145510ea21cef0c1d83d91ed8 0.05 MB 96 78
201,543 201,543 00000000000004f3f423ecb2bec79dfca10b765e7e73997c58c6e6e4806b6b6a 0.24 MB 538 498
201,542 201,542 00000000000002c6335c5d9ca9070fcc8eaf65396c6580cdccfc5d76380e6bbb 0.09 MB 341 29
201,541 201,541 00000000000001744f5632644078b3585684fd0becab0002989321db176b6ae8 0.10 MB 178 164
201,540 201,540 000000000000022ee01eb695348181dae6a86ff7716b91ef576e17d99ea796d2 0.22 MB 570 468
201,539 201,539 00000000000004ec03410299148b58e28fb03c55c0bd17eab85e1978aa4ab5f9 0.42 MB 482 176
201,538 201,538 0000000000000094ba35a0adb749767c944b4902d009519be307f6fab6c4ec65 0.25 MB 431 428
201,537 201,537 00000000000002384f14062d12b1be75e04337b2ca1013e0b8d3549edc592509 0.06 MB 180 91
201,536 201,536 000000000000043bd914fdf3e13c3103c4f17e6748a2c4ceb8b8c1d771853b9d 0.05 MB 128 193
201,535 201,535 0000000000000185c999ab4a87c42e0f1a088329315bf3674dd636c2de69c07a 0.10 MB 160 378
201,534 201,534 000000000000011dead0c7e2f404b56d39e974e1175c7b3c414ba09e106ba514 0.22 MB 470 265
201,533 201,533 000000000000024607e563dde1507acff7b60c9c3ea4499f29984d9891c3305e 0.00 MB 8 0
201,532 201,532 00000000000005a6925a1b0cc1921f7e12815d5ea3f40ea5444ef53af41d7a92 0.25 MB 790 270
201,531 201,531 000000000000035014015705b9e4ea1b4d2ca2ec40b0df491a052f79460222fa 0.00 MB 10 5
201,530 201,530 000000000000018f384dca3763cbb5584f2205fde586f0e62629a7f484aa55c9 0.07 MB 242 6
201,529 201,529 0000000000000112eb611ca7fd7b7859daeb312b25ea02728b36f52bfeb123fd 0.11 MB 218 136
201,528 201,528 00000000000001959c756595fc4c24b743a2375ffec0987c2928481a13aa26d5 0.00 MB 15 5
201,527 201,527 000000000000022b891400083c1a19952b6713aceb8c148bed245c81120f16d0 0.25 MB 488 171
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.80 GB sent, 92.49 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.