Memory Pool Memory Pool Refreshing

5,866 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,100 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (149,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,208 758,208 00000000000000000003e03320fc1d7720fee7163178d597e2919c1b33db0734 0.21 MB 280 5
758,207 758,207 00000000000000000001b507788c4a60fc90343c11c205020b876112854f7fd0 0.02 MB 47 13
758,206 758,206 0000000000000000000052c07bbc4435c2893dead2467cd61f04e281f1065999 1.34 MB 1,421 3
758,205 758,205 00000000000000000001abd7ca284a3ec765983feb886fe06bad4741f9a64519 1.72 MB 1,215 2
758,204 758,204 000000000000000000005b4583e068b53e08d6682079db81e7c1d0dc34964f2e 1.76 MB 2,475 3
758,203 758,203 00000000000000000000834760d4dd9b5156806fcacd1a4c2df98628714fde23 1.46 MB 2,251 5
758,202 758,202 000000000000000000010740d294f9ad3d14eec977eae2eee43fc69019760819 1.39 MB 1,044 4
758,201 758,201 0000000000000000000445c1af7b3e490c2af8832797c2423500d6b888677579 1.59 MB 2,743 11
758,200 758,200 00000000000000000002585e469b646d7515a6020fead9a1ee6598a51996cb35 1.59 MB 3,279 8
758,199 758,199 0000000000000000000601f6c3eaf7cb27b583a80f2075cea0612d72085bdd92 1.47 MB 2,156 15
758,198 758,198 00000000000000000006280265a579c3b1a7cb32bd01bb2442747e2c9326d89c 1.56 MB 3,127 9
758,197 758,197 00000000000000000002873baf84ef82de0a0322a8bc346ddf76da4e384c1139 1.43 MB 1,772 4
758,196 758,196 00000000000000000005e20bb9882144b7f843e27a2ec49bf1da55102565b851 1.51 MB 2,747 13
758,195 758,195 00000000000000000003e8e66cd31c38fe55e1a9caf343c7fcddd7a33ba0e6af 1.36 MB 2,652 22
758,194 758,194 000000000000000000062d6744d64294d189c1ba3a82c26235ef0a0d5a59b1e3 1.63 MB 2,924 7
758,193 758,193 000000000000000000066396b9b6606b4186dd64c70228f3b054dd658b0d5b76 0.97 MB 1,801 7
758,192 758,192 00000000000000000001f5049d0ad84c0f2c6d80586ea2b7ba73a90192d97446 1.09 MB 1,396 3
758,191 758,191 0000000000000000000786a8c6c51ff67a2734df7359f6afaf9b5291f52bbc60 1.59 MB 2,891 8
758,190 758,190 00000000000000000000fa927fc9043b35c2824e97ff48d8878ead22bb637ae6 0.91 MB 701 1
758,189 758,189 0000000000000000000174ddc99000dc9e9e76934c828de128908d52758cbad0 1.65 MB 1,435 3
758,188 758,188 00000000000000000007022dcaa28c7d2af433d0a6ca939774bade490de5fed6 1.60 MB 2,806 4
Previous 10 blocks ↓
Total Size: 769.22 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,634.69 GB sent, 94.05 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.