Memory Pool Memory Pool Refreshing

8,900 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (100,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,488 807,488 00000000000000000003bb161f2bc3651232b9bbe8c78d838297190bcea47a02 1.55 MB 3,558 31
807,487 807,487 00000000000000000000c5f15991730be80aec2aa703b1fc49bbd8be2ce2f535 1.53 MB 3,133 33
807,486 807,486 000000000000000000034ffd34913cbdafa24799598285bf1acce49f8da97a00 1.66 MB 3,163 27
807,485 807,485 000000000000000000051c467fd2d90238851f5eef1df99de10c5122de0a5d64 1.52 MB 3,328 39
807,484 807,484 000000000000000000042e661b9241089467e35cb3e7c68762178aec064870a8 1.59 MB 3,425 27
807,483 807,483 00000000000000000002463dc3e19898fe74be93b69c1d9e71d02b5a5dbc1f24 1.39 MB 2,396 34
807,482 807,482 000000000000000000009db86c91ac3ce9cab592e9dd067674099d65f5131f6a 1.70 MB 4,246 21
807,481 807,481 000000000000000000044aaa119b55e0dfee385d11f8845a203b75db5fe7e03a 1.89 MB 4,623 20
807,480 807,480 00000000000000000001c7e19aac0af2a1be7398bf4410460191a970ff8cfe1f 1.43 MB 1,662 16
807,479 807,479 000000000000000000024acc778607b326bb5061c6c0b4115cadd6e83db37305 1.75 MB 2,277 16
807,478 807,478 0000000000000000000008e71db504a3d8d0acee8ef05d8481482adbc5e7744a 1.61 MB 3,701 25
807,477 807,477 000000000000000000011029809bc9727da4bbd31cc075a34cd6e2f132234e46 1.53 MB 2,785 18
807,476 807,476 000000000000000000008bbcadcf30305d9e4c279ba594591c83405006f2e8df 1.58 MB 3,539 31
807,475 807,475 00000000000000000000d5a570d9814b536ce3cf791dfe56c35032ea8ade0e65 1.64 MB 2,894 23
807,474 807,474 0000000000000000000046edc830f1fcfc05c940857ca1f335780a2d1c333e3e 1.38 MB 3,122 34
807,473 807,473 00000000000000000003084d80f16f250d17927fae899f0082b9ff7d1b766983 1.49 MB 1,779 16
807,472 807,472 00000000000000000001cb328c7e6ab24877be8d801241aaf6dffdf9b6dd3bd7 1.44 MB 2,841 24
807,471 807,471 000000000000000000029b244d8ea7aca6927a832221ac155e819f8a4393ee80 1.57 MB 3,110 27
807,470 807,470 00000000000000000003bd0d30cba19d221b09bdb5c262bc2d32c2acd3782a04 1.60 MB 2,789 22
807,469 807,469 00000000000000000002b22c936a547aa392f3b383c9ccc10241552680d4b8fa 1.42 MB 2,367 21
807,468 807,468 0000000000000000000182e1e30292aee29200e83dc511af07f0c8db6191f05d 1.56 MB 3,609 33
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.