Memory Pool Memory Pool Refreshing

503 transactions (0.15 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,773 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,772 (849,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,785 58,785 0000000002f62258ddfa42fce76ea5cbe830666428b8b606fffd7fadbb009cd4 0.00 MB 1 0
58,784 58,784 0000000000b80cf82567852c10c1048600384ee7e73a8d0cb91087eea5d50047 0.00 MB 1 0
58,783 58,783 000000000789ad3dd7c85f459a3c2213fd99ab1dbff8dedbbf99db667b652a3d 0.00 MB 2 0
58,782 58,782 000000000cd7fd43bdef3f4d724e4e60446c97895c1e38010955561a2e4a9c92 0.00 MB 1 0
58,781 58,781 00000000050ff1626ddcfab36f101a6569cb05811b56c7d1f815750476f5ff2c 0.00 MB 1 0
58,780 58,780 0000000002be6f8a11bb2957ea664a989262902141bb4080dd668ead1bb76636 0.00 MB 2 0
58,779 58,779 0000000005a6dcd5dd16557be6cf4cac236c3fb1cd4cc82cc4e7738ccc31555d 0.00 MB 1 0
58,778 58,778 000000000b2f505dc3a1cbb40c51de8b9d73d39983b3229f2e40e9763669f1e7 0.00 MB 1 0
58,777 58,777 000000000de2cdaf25ab009faf3e68223b39c0a29fab5d22b0e060acd7e101a2 0.00 MB 1 0
58,776 58,776 0000000004753f8475a21ea1cf7c44b8b257e2e71ed73976cece7af0f20a2613 0.00 MB 2 0
58,775 58,775 000000000d70fa899f8b1557dcdffdb4601ffe157d02f63cedcbb515ddf3cb91 0.00 MB 1 0
58,774 58,774 000000000a9e99154dd62f2dad073d3f90a552e71d155b697c82a0a4dc33ebff 0.00 MB 1 0
58,773 58,773 00000000017d6b331125efca0b6dec160f71f8bc398c7892292007b1de208f55 0.00 MB 1 0
58,772 58,772 00000000097b1ec24e1ef94b7efe1ad51572be2cfa37d698efd356022291e482 0.00 MB 1 0
58,771 58,771 000000000ae84a02dd5f2a7f67c7bc7b796a37db34a1e9a43225cc8bf94c9eb3 0.00 MB 1 0
58,770 58,770 000000000ed4fdecb32b2b403b33086fba5b76b9357d225b5461773b69aa230b 0.00 MB 1 0
58,769 58,769 000000000bbc752e170c8cb9b1da261fae7a2ccc8267f565371efd1b522a2c78 0.00 MB 1 0
58,768 58,768 000000000684a40d8c34584cf06aa9b8f4b3e991407a8580847ada2b386c3ac0 0.00 MB 1 0
58,767 58,767 0000000005d4f20b28a3b7e794f356ea0f0582e7571cf031b8f293c365abcf8e 0.00 MB 1 0
58,766 58,766 000000000efad475549b33af5753c4c4cdf85bbedb110d29af47415721806a81 0.00 MB 1 0
58,765 58,765 000000000986d4916766c0cc0883cf1ab89bee70c816ccd2a5efc525ce4671c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.70 GB sent, 102.66 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.