Memory Pool Memory Pool Refreshing

2,060 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (615,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,466 292,466 00000000000000007b63f680f2432c1ace75bbf13e5757e50c886281201ae4f0 0.16 MB 367 42
292,465 292,465 00000000000000006e0fe93d8a9c3893be66777af8a74ea846f18e7508984a30 0.28 MB 474 33
292,464 292,464 000000000000000059705f3d414037bed010007cbc37469277b51323b3680d4a 0.02 MB 64 88
292,463 292,463 000000000000000079c8d11531b7f8bbb8edd4f655c46520dedd6b82de884bc9 0.26 MB 502 36
292,462 292,462 000000000000000085303040fd90158f265f99f4f421f5932a9c197c799b35fa 0.03 MB 70 32
292,461 292,461 0000000000000000778983280c28da814e6bb49b1147079b91d1364d7cfcd70e 0.05 MB 116 37
292,460 292,460 00000000000000001f2a0c4dc9e3012b2b92700b836b23326fb457a1c6d96ee1 0.01 MB 32 42
292,459 292,459 00000000000000008883f66886647729c41f100077f2a3f14a8627905a7aff02 0.05 MB 113 41
292,458 292,458 00000000000000005e9c264a1efb610de5c80c1a424d9e8bf06adb214a61d65e 0.10 MB 153 24
292,457 292,457 0000000000000000cf4a37a16efc13ed1ba28e14fd477cdccee12c4cae295cbe 0.02 MB 64 34
292,456 292,456 0000000000000000b124aac63306d1c36f88844c1c127ba574270090a487826e 0.35 MB 739 38
292,455 292,455 0000000000000000651ba18b29a1a7543d8fb9f6240d57b9e740014f51053ebc 0.35 MB 623 33
292,454 292,454 00000000000000004fbf3bc2aa6e5e48a18dc9914d9bacba019a0a038ee54ff7 0.26 MB 472 31
292,453 292,453 0000000000000000b17c3e348fb54ae88430e7f669532a4de6da8c708034eb74 0.16 MB 108 6
292,452 292,452 0000000000000000b124176e62bc215295a06b9e3d470fdac59212fb0ad4cdd9 0.35 MB 605 31
292,451 292,451 0000000000000000ca8ba81b5719c2f27a753ff3b2dcbc544359907e192e221d 0.29 MB 484 95
292,450 292,450 0000000000000000262a73a461d378c9706ac49755581ad55055a06a7f0cf574 0.26 MB 368 28
292,449 292,449 00000000000000008d276018d3f62d7af2efabf587405b67a1e169cee3bb47f6 0.38 MB 570 29
292,448 292,448 00000000000000009dc8ead9fe6fa435bde8f03a9dd9de57271e08d25cd94deb 0.15 MB 270 29
292,447 292,447 0000000000000000a02d25d564345334368e138f57814966358665cfe2eefb3f 0.12 MB 184 26
292,446 292,446 00000000000000003f3a548b8bd8473512d1496f2edd81e3fae719b1f9585909 0.50 MB 614 22
Previous 10 blocks ↓
Total Size: 769.57 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,649.95 GB sent, 95.79 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.