Memory Pool Memory Pool Refreshing

5,050 transactions (1.38 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,979 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,096 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,978 (883,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,591 25,591 000000001c626248fad220f1a5ad5867149f9b2808559a9cfd0fef64296765b8 0.00 MB 1 0
25,590 25,590 000000008359fa21b81bf03a192489789b0e129212654db9a905e7f2295dff2b 0.00 MB 1 0
25,589 25,589 00000000e24cef38c530d83dd093adb59b830fd58cb5d719d6cb4f9914e8dd7c 0.00 MB 1 0
25,588 25,588 0000000010f89a3d3e19d1e6c0225ded1df9c28ec6fd87053e5eca3ce4fcd893 0.00 MB 1 0
25,587 25,587 0000000003df687ebe0bc3ef4f5ecef01eb5d319f2968a4a3c539a759d55c0f6 0.00 MB 1 0
25,586 25,586 000000007fec2c281f45f8251e01ac55633ba66cd1f8cf3af80d6831797a21eb 0.00 MB 1 0
25,585 25,585 00000000ff32fbe8f0b9bff77f8abd80df2771a86b99c78fe5ee20f5ebd02e33 0.00 MB 1 0
25,584 25,584 00000000220afb5b0d61851a2a67c0c570ea81e85aa7b6ba62f5913128219cd5 0.00 MB 1 0
25,583 25,583 000000002c227ffddeb630490e6ecd32926d06b6a62685efd74c2accb4135409 0.00 MB 1 0
25,582 25,582 00000000f7087f2e011133e3f1b96ea361bd7da802537994093a7cfa793d8f57 0.00 MB 1 0
25,581 25,581 000000000f2dce13c5b74f1911a3716b34da9318f4cd1225eb6d94173c150270 0.00 MB 1 0
25,580 25,580 000000006748ec751f8f7af5c84d02e35ba2715b234077fc3651c8f5d1ee6950 0.00 MB 1 0
25,579 25,579 00000000e71d76659798fa5f0ea38397bd35b12af7a7ea6dc61b26cc1f1ffb32 0.00 MB 1 0
25,578 25,578 000000000b0d468e0ce53dc58d6ebdd023dbd25e2ff75e572c40d053b40ec482 0.00 MB 1 0
25,577 25,577 00000000b41d12c30678c222a9034fde40cb116264260b263d030386b9980faf 0.00 MB 1 0
25,576 25,576 000000008883d11537ab0d7f1dccc0f9e1232fbd7995a0e336673a777e50e29a 0.00 MB 1 0
25,575 25,575 0000000062a38c79a6a33a2b815f36d0bb21bbde008763b3dcc660bb36a4f943 0.00 MB 1 0
25,574 25,574 00000000eae5c16fd9a33e7cc0f3adb36d10cda7731653bb0dd36c7e730200a6 0.00 MB 1 0
25,573 25,573 00000000e98f04a50ad1ea1e06535da80c88de1e2516466d39b1991ddad231ea 0.00 MB 1 0
25,572 25,572 00000000c5b9f57a5f1f4315418eb106cbff9147adfccb94e7fd5728f484c867 0.00 MB 1 0
25,571 25,571 000000003c55363e680d880089c1397e39d253d6a273016d70cfc487c7b7eb43 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.51 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,867.01 GB sent, 104.95 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.