Memory Pool Memory Pool Refreshing

697 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,531 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 681 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,530 (813,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,486 95,486 000000000006e0a3d70c06ecab8b368bdfc6d1d5c0de3925f2018ebda8aa350e 0.00 MB 2 0
95,485 95,485 00000000000103315bc0e38defb1aa9e3affd32c8cd12cb3689d93118b6c2876 0.00 MB 1 0
95,484 95,484 00000000000172e7f1a21f6e163c573a34544f4b5e2c124bc4827a6a050daa3d 0.00 MB 1 0
95,483 95,483 000000000007c4ed1e875bdaa1ff8bac0163c2bbea18c1f742949fb213c831cf 0.00 MB 1 0
95,482 95,482 0000000000047dc5a880c46600da2ddb7e6e76d5af729ce63196f078b5310e1a 0.00 MB 1 0
95,481 95,481 000000000007b3f6b5f8fb9842e1c5f5b5749e2a4542b43d3f1397645dd88a16 0.00 MB 2 0
95,480 95,480 000000000005fde00fdfa9c03c9f77744e6ee22859fb56d410de5fd89076e115 0.00 MB 6 0
95,479 95,479 000000000003c5347434f421eb8d9ec446bc5b4c5ac55860cf6130c4d74373d5 0.00 MB 1 0
95,478 95,478 000000000002f84f6fcab3c00a842dc6976a76832b543e2366bea3c8ae7f94a4 0.00 MB 2 0
95,477 95,477 000000000003a40b571bd79b6567a3fa6ebbddd05d523bf84493571083529ec9 0.00 MB 1 0
95,476 95,476 000000000000fc1a7636ffad252f9f2111fd917db9725c57ddb770fe6fe2b772 0.00 MB 1 0
95,475 95,475 000000000007b8e49fa142251b1799fbdc3165dec6f15b3d95fa062d51f87187 0.00 MB 1 0
95,474 95,474 000000000000e2fb7fa81c12d9b05c6670d16ed450e0351bcd098809f8a1385b 0.00 MB 1 0
95,473 95,473 0000000000002bdf37b479382113e99f82d310537fb70a83a587523412372a11 0.00 MB 1 0
95,472 95,472 0000000000031bf169f6fca6c9e45f274e5f035ff934c06c606c788d2cceaf8f 0.00 MB 1 0
95,471 95,471 000000000003b3fc2a5656258c7bbf5e8d55c61963a6197afe24e27657cfa683 0.00 MB 2 0
95,470 95,470 0000000000047cdb795f091f2c3befe95c8810119dfc3374aa5c0dd7431afa2f 0.00 MB 2 0
95,469 95,469 0000000000024ba2d89c30d40ea6d24033631bb44375bc56219bcf79f7566491 0.00 MB 1 0
95,468 95,468 0000000000000a9b14312df81852b5519a9c6cc49d7c4f37351b414cf254a80e 0.00 MB 1 0
95,467 95,467 00000000000589302c3b5e774971092efaef7cce350b69f9cd649fd163e26820 0.00 MB 1 0
95,466 95,466 00000000000216fe0949980942d91da55099ad4641c5c9f3b8d3359106f7fcd4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,842.29 GB sent, 100.39 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.