Memory Pool Memory Pool Refreshing

7,723 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 1.00 vMB 2,697 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (603,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,175 304,175 00000000000000002593dc98a7304f1ef177df264293b883609a1ecd20f2aea8 0.13 MB 222 21
304,174 304,174 0000000000000000601b0d39e425ef6f71c2b50a343858445727b36fbd95034c 0.36 MB 600 29
304,173 304,173 0000000000000000244b62e9d84e45362a0ddcc50e81736b8678df2cabbb07ab 0.24 MB 387 31
304,172 304,172 00000000000000002b684316b7088d4f970a8ab12f711c1be0f753af462c2e57 0.22 MB 454 35
304,171 304,171 000000000000000067295de075c48a4a79cc9dd56cbd8636c2720d9847f4585e 0.42 MB 768 28
304,170 304,170 00000000000000004bd519aef44ecd29460a80c6f3a5792e5b9b0cdc9560c7c8 0.02 MB 43 17
304,169 304,169 0000000000000000621e4022a1e4cb807b9fc9b82d0e1dc575a3fd90cdfabddd 0.13 MB 263 39
304,168 304,168 000000000000000043a7e9cce1861bafdece93990fe7df0c585c019363021162 0.03 MB 43 36
304,167 304,167 0000000000000000530c12349bac2aaa90183ae274e7e486a37cd4fe7c4d85ae 0.01 MB 18 25
304,166 304,166 000000000000000023b48f39ba1993155d5cf01d84d3f30bc290fc9c951fe269 0.06 MB 123 26
304,165 304,165 00000000000000000f9b324fdcfdf06ab339457dd020984f2889a410ba2d4634 0.27 MB 558 36
304,164 304,164 000000000000000003aa5585258839b8c818b97ec1a352c2cacb13d0142ce6e9 0.24 MB 526 29
304,163 304,163 00000000000000003a3ab6019ff8824751df9987e446f592f0a7a1b0e736383b 0.21 MB 422 37
304,162 304,162 00000000000000005e39f5eec8d5b8cae701f1fb6a97153aa21f991190cf6447 0.01 MB 16 24
304,161 304,161 0000000000000000652056368c16fad98b4927073f026844f3aacb1a10d45257 0.05 MB 91 35
304,160 304,160 00000000000000006146723d57de1f93e4b173f7b39c6f9652eb2d39d5e25579 0.05 MB 131 33
304,159 304,159 000000000000000005d654ea7cdd0e64a8fc2f96d3789f559153bd385ce1b0c0 0.02 MB 53 37
304,158 304,158 00000000000000000553f2f666d45720285c03907baafa7da1fccfa4f0f28abb 0.10 MB 220 35
304,157 304,157 0000000000000000093fb064ed643a400b83ce8f1b801728224ddb670944ccae 0.15 MB 337 35
304,156 304,156 00000000000000005eef27da2a12b0815cdc3fbbec1fb1a191a5ede51408c541 0.13 MB 315 35
304,155 304,155 0000000000000000525aa49b652da733cb4ee2cea5c99d18d75610b02bf8f4e4 0.08 MB 175 37
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.38 GB sent, 93.03 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.