Memory Pool Memory Pool Refreshing

3,248 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,663 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,056 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,662 (878,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,208 30,208 00000000a28e7782082c1b6ad5ce748c65a799663095493bddbb7855aeec1298 0.00 MB 1 0
30,207 30,207 00000000a9af37a8e92df992a51d0379db552bfbccd5cfac53fc64de9ce753c0 0.00 MB 1 0
30,206 30,206 00000000eb4e0de124434437645581c0c2128f85a82230fc1ec9f7d3a276903c 0.00 MB 1 0
30,205 30,205 000000001e65ee4edf124b1d7d198c510df92c5334e5d14de7946ee7e5cb6d6e 0.00 MB 1 0
30,204 30,204 000000002de306a9812caa2d1ebce3ed906b96018e5c80cc4416264afceeb53b 0.00 MB 1 0
30,203 30,203 00000000e56cc9f49f6e5d493b05dee9a82d90a203016a9617dfe48358b5aad6 0.00 MB 1 0
30,202 30,202 00000000a8463b0d9e80c0481e40942f22bcfb05936333e40f2d9310c6e222b7 0.00 MB 1 0
30,201 30,201 00000000693df5e5d69d391eb579c763284cedf9530b478a95d1f11269acc9fe 0.00 MB 1 0
30,200 30,200 0000000048f54ab0b907fca296b9220aed4f454625bfa298869d967db734a347 0.00 MB 1 0
30,199 30,199 0000000001cc687d895a717eb616e03cde163ffd4e195aa44faab93b1cefd041 0.00 MB 1 0
30,198 30,198 00000000acc38f644ec05841b72dae603d55c8aaf5f5f95c1157660487267199 0.00 MB 1 0
30,197 30,197 00000000c42363bc3290c7aad47b4b15870b2f2a261f84afd128f46ca5c3acc6 0.00 MB 1 0
30,196 30,196 0000000046a5096aa44a18d50ce0d63baa9e05ed0105584e179700472d4c41b1 0.00 MB 1 0
30,195 30,195 000000006e923bba2965f683f653e49349776b40cadf95233520cfd9435bfbbf 0.00 MB 1 0
30,194 30,194 00000000b5212066fe76c70c805d4ca206b1fa7bedbe376edd85dc38647984af 0.00 MB 1 0
30,193 30,193 0000000055272bf107d9d2db0e2362a772359905d34925d0134de362c97d31f7 0.00 MB 1 0
30,192 30,192 000000008f8821b757aaf6323b366b2fbf7648aafb1f7ddc3e7b0d9b2d440b8a 0.00 MB 1 0
30,191 30,191 00000000ed982134cb5d656f01a417f650fb9fbe79e3cb2bb7978cc00aaaef2f 0.00 MB 1 0
30,190 30,190 00000000f4e65465d807e7143e33f1c4ec2571aa40ef5c011677040f04cd5276 0.00 MB 1 0
30,189 30,189 00000000a9ad13605b407cc0ebd9bc877066d47b8f716e41abbe60957d389542 0.00 MB 1 0
30,188 30,188 0000000007868b79b4d226876f92b6a1d368ee2e30b81a1616bb72bef54f6e19 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.93 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,853.02 GB sent, 101.60 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.