Memory Pool Memory Pool Refreshing

7,068 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (715,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,490 192,490 000000000000010da92dfa04de34c991ef474dc04603719325b9e1a444014f2a 0.05 MB 133 59
192,489 192,489 000000000000067daaa95da41d72667dde0aefe62910472b405b4461c7a4c826 0.15 MB 390 169
192,488 192,488 00000000000000d666054cb6694b7b79ed0dc38667133a40f51f08e292ec1b32 0.05 MB 117 110
192,487 192,487 0000000000000786a5315fcbd4d5193cf339bc2860ef4564f0d3dc2a9a084d41 0.25 MB 525 173
192,486 192,486 000000000000057515a0684bc62db5719a98338f80330b5ba3919b99bbea7c41 0.13 MB 452 173
192,485 192,485 00000000000005bd2a4e77f577fd61f374429430f83de8c50e213a0b7a758add 0.27 MB 604 175
192,484 192,484 0000000000000082ce59bd1b725acc3e2cf948706427f561d6d882b20a12fda5 0.00 MB 10 15
192,483 192,483 000000000000075250f611ffe119ebba45aa085ba7a5e0188ab9bbb4b20eafa2 0.05 MB 132 47
192,482 192,482 000000000000008f43dcac7ef380e03fb065d9bb520057187a7ecaec5d6d70f1 0.08 MB 313 29
192,481 192,481 000000000000020e5e4ed55aaaab9cf3aa1bbca102ee7c8577b6c5b15d8e682f 0.28 MB 804 104
192,480 192,480 00000000000006994b5e60e0d7883d1252d180b880d333dab461070e49025a38 0.17 MB 558 165
192,479 192,479 000000000000063a28265a2dc91e8e3fedb27517d1e0af995d78aed65d0a5cb4 0.09 MB 145 103
192,478 192,478 0000000000000429b8f10461d5bfbff40ea07ad7b1573bcaf04187627e866572 0.05 MB 135 1
192,477 192,477 00000000000002017b0005688a315f334d10a014b7118602a4db11ad77bb9e39 0.42 MB 1,191 166
192,476 192,476 000000000000042a12b3e291db2b5c9d23b7d1b4d2948ebd6cbd13807cdd0ce2 0.00 MB 9 14
192,475 192,475 00000000000004a983540823a4fda18116ec409ad67913aa37462d2c87e4ea21 0.00 MB 10 633
192,474 192,474 000000000000051905ee767096eee37b163937d7340633fa037089372807c3ac 0.27 MB 384 178
192,473 192,473 00000000000003e98ba4932e87919aac4bd618f4584e475231fe2834556ff174 0.05 MB 133 28
192,472 192,472 000000000000081fc222a8eb1d05d1f2d623d846402be9f274e283c468ef8bd6 0.00 MB 1 0
192,471 192,471 00000000000005381bc187a53c0a48cb50da6f4d22f8c17bccce048e1841e762 0.09 MB 204 85
192,470 192,470 00000000000006f917b1275ee1b253614dabb284d5954aaa2adb1da56fcff8db 0.19 MB 484 137
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.