Memory Pool Memory Pool Refreshing

8,776 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (888,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,225 20,225 000000007ab73e1f677c599c42358cc7e80e234c1911654a1d91d973c0500361 0.00 MB 1 0
20,224 20,224 000000004ca96ac2172e5b2927f2d61b2bfa749222de7fb19ed02b2cfd5c4e55 0.00 MB 1 0
20,223 20,223 0000000054a9f25f8f4d209db5318ae364095320340cfd84ac156f1ade2b5a04 0.00 MB 1 0
20,222 20,222 00000000223da519eff42c315d8d79dab24073e50c348aae24d33218312d2daf 0.00 MB 1 0
20,221 20,221 000000002f1fe3430bb75e5f515af66026b12bc3ae12e480d9f0c65ed27184d0 0.00 MB 1 0
20,220 20,220 00000000205e34c15d956498e35e7695fcb9dd44db36b9f5d16899e588c3a67d 0.00 MB 1 0
20,219 20,219 0000000061346c8477ccd587bddccb05c93745f2c0f1dfe5a4a75aa7e4a05f6d 0.00 MB 1 0
20,218 20,218 00000000d55c46a8b4fec6e949a964cfad601a70405fc441fb21ced3d318aa6a 0.00 MB 1 0
20,217 20,217 00000000c514678e115ab8e0d5e59273873dfc492cec6f791608b6ed2be5ca2a 0.00 MB 1 0
20,216 20,216 00000000431e8293f8472b19284ca2c9ba33578a20df2387446c241d8b30e409 0.00 MB 1 0
20,215 20,215 00000000312007104d926163bff679673153d9a8e97c5992f8647b6c77e1e3ed 0.00 MB 1 0
20,214 20,214 00000000dde0c69eb4379207360fac7fe4019608eb1863c04b0069f923b4f793 0.00 MB 1 0
20,213 20,213 00000000b5e1cdbe1f7f9cd26f2d87043a5aa27e62173d754a245ccdce3dc6f7 0.00 MB 1 0
20,212 20,212 00000000355b51138f812288d56eb9caae93a0de30faa19b77d732b8bf6e2576 0.00 MB 1 0
20,211 20,211 000000002d33fb28f7773e4ecb17edd83cf14f07cb0d5221c20a4cd0e23968b2 0.00 MB 1 0
20,210 20,210 00000000041b9ac1269ce10e60a15be4fa71efcea69a8204b32deb5528e804aa 0.00 MB 1 0
20,209 20,209 000000002ad58b12546a4708da33b2b76d4dace9ec8015d3c42e21ec9cb115d8 0.00 MB 1 0
20,208 20,208 000000000ed54e017af10637f36a6a1630a78b1b6d1e305c8a3ecd0e05587c51 0.00 MB 1 0
20,207 20,207 00000000993c044dcaf483e8ecca2654fc50fe336177a1e18b32a0787e3bbe55 0.00 MB 1 0
20,206 20,206 00000000cfc469e14ab4f6e5cbda1dc0e0902f40af7ef1be64ae7ada1579ef98 0.00 MB 1 0
20,205 20,205 00000000afb70750a5191da70c3930d342af97494d6424f0b402ca65bb5f5b93 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.45 GB sent, 100.85 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.