Memory Pool Memory Pool Refreshing

4,299 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (801,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,906 105,906 000000000001c1477d52babb458f93769e6cdf6b8ff9ae050890780f13d131cf 0.00 MB 3 0
105,905 105,905 000000000000d65accd67dc943626ba3c5b73f81faf516c8e4c9e3ef45bdffb2 0.00 MB 6 0
105,904 105,904 0000000000022baac9ae566845c77f02d14523ba201b178187ed312b7b78ce0a 0.00 MB 2 0
105,903 105,903 0000000000015855ca1aecb0b2207539aaab38638872ea8eea321ab6c50ace9f 0.00 MB 3 0
105,902 105,902 000000000002d27b7b8fbe4ec9d99ed6bc2155d64ab5f6217e05830513021e56 0.00 MB 3 0
105,901 105,901 00000000000187e7918ad99d3d080879225ecdd0e9c46e97dd10b7e25dbd3557 0.00 MB 4 0
105,900 105,900 000000000000d270aa6ed1efc4d6593135f1425a9593e3eced349cf1f8bb61bf 0.00 MB 3 0
105,899 105,899 000000000001805268c9ad71f40dbc17211276a77184f36dd5a2b09d4285a5c6 0.00 MB 7 0
105,898 105,898 000000000000450a6492ccfb7b3e7207a1c355302b7e4458180e59f7b44d5776 0.00 MB 6 0
105,897 105,897 00000000000211ce235522d0badea6b90256828185274472aafa1fe007058113 0.00 MB 9 0
105,896 105,896 000000000001ebbbc6510eb9a0f2f19574685a81a1a90dd5b19cebe2e792d607 0.00 MB 5 0
105,895 105,895 000000000002e83660b1ae661e0108731f74a93490e421efbbd75394e30a854b 0.00 MB 9 0
105,894 105,894 0000000000003459e0a1ca5be1c8ede2b2f2d0029a7d6f1ca21b00a8094b1a67 0.01 MB 3 0
105,893 105,893 0000000000010b2ee789a79313b454f29f9c73e3ff4343d74ca45e5f97403c75 0.01 MB 27 67
105,892 105,892 000000000002507f6b56955bb96c11c4d8c398a5657a91b3d51afeda023aa7a9 0.00 MB 1 0
105,891 105,891 000000000001b890096808ca52d8c786eadb3ffd8c04c26a1c6a2d38b1c3419e 0.00 MB 1 0
105,890 105,890 000000000002f8ebf159f0253ebcdc3ea99403c6382f593abab10ad376c4a1c7 0.00 MB 1 0
105,889 105,889 00000000000201ce7c401981c4e55d9d6b8fa421fc7a450cb663b987e694ef50 0.00 MB 7 0
105,888 105,888 0000000000026cf7c083d874e224ab5b5d699515a9f6640a317829b17a8ad450 0.00 MB 12 0
105,887 105,887 000000000001eff0a1cc384f17fd0c4620cd7bb87cc2164a7ba4a6c806a3557b 0.00 MB 18 0
105,886 105,886 00000000000156de357e9f8e4622a871f4d1010d1588ce6a2574f9e81f025995 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.25 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.