Memory Pool Memory Pool Refreshing

5,091 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (573,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,470 334,470 000000000000000012700bc25532352c70c33655bec82e991d2111afd37355db 0.21 MB 449 28
334,469 334,469 0000000000000000011fbd65e3404a70f150b5896240e9270d8c98a19d4da634 0.30 MB 536 24
334,468 334,468 00000000000000001559466852e5b9929465e7a89b08ce5a6a14b7c5b4233727 0.17 MB 313 20
334,467 334,467 00000000000000000ffeffb4f39016157ee1ce07f31326d743ecdccfdf36632a 0.60 MB 914 21
334,466 334,466 0000000000000000088a26a3f6c8f44fc2ff483ff7d3240fcfc36e4984d2f75a 0.25 MB 663 36
334,465 334,465 000000000000000018c5dd3431ade4f36e5be17f542d66f2be1ef575b26b2eef 0.70 MB 1,258 31
334,464 334,464 00000000000000001b62197088516f7cb4717c2a62e4280c8810ea77de5418c0 0.12 MB 287 32
334,463 334,463 0000000000000000016e396ac0e72eebb453c199ed81a0e3041dec0471174fef 0.65 MB 791 18
334,462 334,462 0000000000000000146750d22151a927e2846d710416d914ae5530381f595a90 0.75 MB 1,414 31
334,461 334,461 00000000000000001484a58550381cc769a64cd70b9522ce6d54be9fd381455f 0.12 MB 275 30
334,460 334,460 00000000000000000296be16fdfeccaba7c3ed1914d676a86457369c462c385c 0.67 MB 1,179 23
334,459 334,459 00000000000000000d832c89b706a8afcced980c6a024315d23f70fdeb07b013 0.15 MB 211 21
334,458 334,458 0000000000000000017db132228a872944c2257cbc2b21a44b822ca1d8eee3bc 0.75 MB 1,281 22
334,457 334,457 00000000000000000876ef8b10608321247283c3425fac1d501f1c7d03137534 0.69 MB 501 13
334,456 334,456 00000000000000000c7e4657b7e9c459fad66b980997b9c89f8355bac592d0cf 0.90 MB 470 13
334,455 334,455 0000000000000000143fe0f3a40ffafd0a29c13e5ad183b3678a0061c3449614 1.00 MB 898 17
334,454 334,454 000000000000000013d98eecc8c5727e819c9450445ea85f7075af12ba22d918 1.00 MB 1,095 17
334,453 334,453 0000000000000000071424083fb81a4fd524cda386477fce72325a1f55f9327d 0.35 MB 1,147 62
334,452 334,452 0000000000000000196253cdd74eb404ea78a49d804408ab89fbede9022ddb52 0.38 MB 551 20
334,451 334,451 00000000000000001812f03ba13100841fec4fe4ab814c89e4306f1fd4264c47 0.14 MB 222 23
334,450 334,450 00000000000000001946ef6e761f419f7667eaa6446060a09fab0bcfecffea31 0.26 MB 427 22
Previous 10 blocks ↓
Total Size: 768.95 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,614.11 GB sent, 92.55 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.