Memory Pool Memory Pool Refreshing

10,197 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (8,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,519 899,519 00000000000000000000dfa96a5f42bc33ef341a6e56577ade13a103f9725e70 1.90 MB 2,237 3
899,518 899,518 0000000000000000000178bb37ef3e8545c912f9d5bff13580e1eac71e966cab 1.83 MB 3,035 3
899,517 899,517 00000000000000000000e91c45eff8bf333b18edc63102a44579e8a5022fafbb 1.59 MB 3,654 5
899,516 899,516 000000000000000000017a13354442015d3efe876ebfb293471cdb53a91e6229 1.54 MB 3,298 6
899,515 899,515 000000000000000000022bc21cdcf01d4928ea8e06c74d219714a36fe3bbf258 1.58 MB 3,606 5
899,514 899,514 00000000000000000001f4f82b88b5b95544a6c82e4f47092f7f7a905283d078 1.65 MB 3,519 8
899,513 899,513 00000000000000000001bc90e0876a5958b649cd098e038432f043fb93595ba3 1.71 MB 3,384 4
899,512 899,512 00000000000000000000bca59a423cb559b1dbcfbbaba3a388ca22351c11b3f1 1.68 MB 2,812 10
899,511 899,511 00000000000000000001f907b427fcd5c1154b4367643aa911a44d2b2316618d 1.80 MB 3,066 6
899,510 899,510 00000000000000000000c66b795e9d07c542dfca2a177bd67645a104fb310664 1.58 MB 4,116 7
899,509 899,509 000000000000000000021c17f4d1a8afca6a60f941de5bd3424bf56a7cefadf5 1.45 MB 3,190 6
899,508 899,508 00000000000000000000cbfd712b57e48b0e9e12c3f5cab5208470234ab85eef 1.63 MB 3,718 2
899,507 899,507 00000000000000000001696159c5efee4430cf57cc1d99b8925554f23b27c9a3 1.55 MB 2,317 2
899,506 899,506 000000000000000000010f35fedeb58bee52898ab71d758b2830d548d838271a 1.40 MB 2,592 3
899,505 899,505 0000000000000000000087f81fd3c40e39181f7d667edf2a50509659b868d7de 1.27 MB 1,320 2
899,504 899,504 00000000000000000000cab405c95fe0ad9c813f44d1e34efd9cbc4d5a4eae69 1.62 MB 3,540 5
899,503 899,503 000000000000000000000c5b08bd2c0b3ff397a780cb278155cfb40be1e9bd64 1.69 MB 2,172 3
899,502 899,502 00000000000000000000047c75b9154a44adac851b535fa43e99d967c2646c6c 1.71 MB 3,306 6
899,501 899,501 00000000000000000000faa8ecbf90a34a8fab4ce35351b727a16e1e2e144ce9 1.72 MB 2,439 3
899,500 899,500 00000000000000000000128ee23eb60a100ad9629770689c734457bf0542e77e 1.83 MB 2,968 3
899,499 899,499 000000000000000000001b9fe8bd55393924e88d176f4862f6f90dad15b4ffa1 1.64 MB 3,308 8
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.