Memory Pool Memory Pool Refreshing

8,284 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (15,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,244 892,244 000000000000000000010b5e73fff53c43ee3adb51883b7e0f4928d14ab1b70f 1.17 MB 3,063 1
892,243 892,243 000000000000000000004c973973f05b68e5e3db39f951fe1af43d6dbbd5fc73 1.58 MB 3,983 4
892,242 892,242 000000000000000000012966b051a758d5958b514b635a602130a7557b88dec6 1.70 MB 3,264 3
892,241 892,241 00000000000000000000351b001783610d78861daa15bb9c6c92811d01924f57 0.01 MB 24 2
892,240 892,240 000000000000000000011ec4c44acb3b065f5532d43707e0fb83497bda2267d0 1.08 MB 1,475 1
892,239 892,239 00000000000000000000cd9e2870c26bcd72dc9b8b498d2ccad91c3bcd3766ba 1.70 MB 2,910 4
892,238 892,238 0000000000000000000060acaeddc313fcc77c9a191104b29db559b3bb7fe07c 0.04 MB 120 6
892,237 892,237 0000000000000000000067ac34f7bee726925c0eb28744630f77af5630abfb0d 0.43 MB 152 1
892,236 892,236 00000000000000000001ec70d04df2d73834d25d09e92c7814bf87b0126ad6e0 1.56 MB 2,561 3
892,235 892,235 0000000000000000000162d899ed93a4e8158fb1626982a53b9e23a5cb13c2b6 1.49 MB 3,769 4
892,234 892,234 00000000000000000001318a8d7504372918f2f91941d8baf099a5743e68cad4 0.06 MB 25 1
892,233 892,233 000000000000000000018949e76b3aecc634c40300c8a5dc26fc501680b6743d 0.90 MB 1,138 2
892,232 892,232 00000000000000000000f6627296f5cfeaf13b728d1179702782498a9b9ea923 0.58 MB 1,125 2
892,231 892,231 000000000000000000007332d18b5daf80b2a4f90aa21e302861676303cd1156 0.32 MB 800 3
892,230 892,230 000000000000000000015d05248d41104a2df8e81389d29799e7b111319dc08d 0.68 MB 1,206 2
892,229 892,229 00000000000000000001b30f4b774b9a8152f73de803f49d1b1c360500ba88cb 0.89 MB 2,286 2
892,228 892,228 000000000000000000005a031185de8467f547711b7089d09c76490c9a2d70ff 0.70 MB 2,175 1
892,227 892,227 000000000000000000013dba85bb1fbf5cc2705473397a5834aea8822c3b4d6f 1.63 MB 2,818 2
892,226 892,226 0000000000000000000110d1e2f7378d3f3d5386118829e67dab5c28fe325c51 1.53 MB 3,249 2
892,225 892,225 000000000000000000009b17376e014809bd6a196875bb4a98824a908e034a17 1.56 MB 4,103 3
892,224 892,224 000000000000000000006bad14c5dc69242208e6b2ed165b8566a57faed66d00 1.70 MB 3,504 3
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.