Memory Pool Memory Pool Refreshing

3,449 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (550,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,751 356,751 000000000000000012902ee2d01c1231e2451b698d561e2ed7014dad1311a79b 0.24 MB 418 25
356,750 356,750 000000000000000013a71bf4a0734d0e66beeedb41d0026cc21e606ca920708b 0.38 MB 262 15
356,749 356,749 00000000000000000fc7c17358885bad94934e12b9fb6efdde1faa348382d1b7 0.20 MB 458 26
356,748 356,748 000000000000000004bfc106ba0a3e8e98500f7249cf335c5c509f5a051bca8f 0.17 MB 345 28
356,747 356,747 00000000000000000ab9b49c997048608c9b0f5d37822dd54b34d9ad3e6f115e 0.35 MB 720 27
356,746 356,746 00000000000000000139359a42ae87bd8ac133f193de33faa10a4913ad6d367b 0.12 MB 274 32
356,745 356,745 000000000000000001fcb022796a276754b6a6e1594911443208157ed8f0e0f8 0.43 MB 925 30
356,744 356,744 0000000000000000091fe68a9ddf71ffd065f15f96ac28a2eb9dcf87e3e64fbd 0.08 MB 182 25
356,743 356,743 00000000000000000156b4603fb413b8a5549fb59aacad10252615a913405881 0.11 MB 207 23
356,742 356,742 00000000000000000cef90b4919cacce669e4e45d2893f87fe6d11a6d2fd47cd 0.13 MB 291 27
356,741 356,741 00000000000000000aa854527e34344163664bbe3c18fa6b88994bd59282b454 0.23 MB 442 26
356,740 356,740 0000000000000000111afab83969d60506b4571a3ab60399f563124b0c6580b0 0.15 MB 314 27
356,739 356,739 00000000000000000b91ba2ad696fb60306a7d13307029c9b1e5889bd403667e 0.27 MB 563 30
356,738 356,738 00000000000000000777a69ccd94e6fb686ccb95f6a9d020a63122d20fcfdf88 0.12 MB 303 31
356,737 356,737 00000000000000000bc9a575762398f53ed42d5979f13c9a8d27592555f1dc6a 0.17 MB 428 32
356,736 356,736 0000000000000000062a2f46caf9070dd6f498004db1cae8c5af701d89d30935 0.74 MB 1,481 27
356,735 356,735 000000000000000005fca99d17cab1a7e3843a8c2445ba1ee72a832bc30e5fc1 0.01 MB 47 35
356,734 356,734 00000000000000000dbb59ca3ea8250ba6f05406c726b02eedfc0ea955288f45 0.37 MB 723 23
356,733 356,733 000000000000000008202f5b8c3f2890aed41f8217c97f807c7a6c42b073cc58 0.09 MB 199 30
356,732 356,732 000000000000000002049653b66b7b8896dc25b8f56a16954fd212b0c8aca880 0.62 MB 1,042 24
356,731 356,731 0000000000000000131a2340c3763c28e42f670096e236e5f3ada385fa6e41ce 0.47 MB 1,017 26
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.