Memory Pool Memory Pool Refreshing

3,003 transactions
14.55 vMB
Show Random Selection Loading Transactions
Max Size: 60/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,301 (831,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,068 77,068 00000000000a01586ee96723fdc375bb0de1d98b4e76605feab55a2675ea8adb 0.00 MB 1 0
77,067 77,067 000000000030221400682169c77a95b1f1d387037362b03c022dbd3f44e9d1c7 0.00 MB 2 0
77,066 77,066 000000000025fa0db8fe07f1e48b03efc3dd0496de25942b91cce7a35a9e397f 0.00 MB 3 2,074
77,065 77,065 00000000000021cc56f9604894e22ead70c3f733cd37a7273360ba7053ff356f 0.00 MB 1 0
77,064 77,064 00000000003571fd1badf4b2fc94722fa22886f03b085ea507616a59115bd9fb 0.00 MB 3 2,066
77,063 77,063 00000000000e7a3064c04a053c6fb7bdef97a6a04139be8e3f4ab88e96db4e58 0.00 MB 1 0
77,062 77,062 0000000000505c9993cea057285a3d4fe9c5be34472ff78833f558a987db144d 0.00 MB 2 3,861
77,061 77,061 0000000000582d11369827450460876d4e7e2eb99405aa7881aefd3606925396 0.00 MB 1 0
77,060 77,060 0000000000565b5b22bc98a08c42c6253d181e629cc6293cf19ad4d519c3b1d8 0.00 MB 3 0
77,059 77,059 000000000010748771e689b9612914e28e4a22eb9bbc415915e32e745944fc03 0.00 MB 3 0
77,058 77,058 00000000000bfb7c1baed7b892d2bf1e56df0e28b154ebb59b06303c946fe715 0.00 MB 1 0
77,057 77,057 000000000014d09a12c65d7aeada1bfe7813c6b95fa22d33f021d980f85abe42 0.00 MB 1 0
77,056 77,056 00000000001416f764f12f8e5a9ebaeb83f17ef67121447bf5e1696c73a63b88 0.00 MB 1 0
77,055 77,055 00000000000bc318538ae070d26637d9a18b5854275479e4e255e43b7485b737 0.00 MB 2 3,861
77,054 77,054 00000000003c647f22112020e93c1c11c31e37788f936ec39c2ef117e2935f08 0.00 MB 6 0
77,053 77,053 000000000064f671884a1ebfc37026787e7fe5312489bc1a9012a676a74392bb 0.00 MB 1 0
77,052 77,052 00000000004e5b132b2721d690b26942228923ba08a0e8cea9307c7f07615aea 0.00 MB 1 0
77,051 77,051 00000000004e0c40b15dd80be3b677313fc95bacb3394410556ac6c6555e7819 0.00 MB 1 0
77,050 77,050 00000000005276ac22235ab9a43bc99d09d3739ba5a24b2bdd8a08fe8772b88f 0.00 MB 3 0
77,049 77,049 00000000001a6ce2fa47ccf749a3814b0b10e8297bae9e98183f4cbbf65c63e4 0.00 MB 1 0
77,048 77,048 0000000000592b921f31f1395758f00ffb183c7b813350eca6e1d4463d3ef356 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.