Memory Pool Memory Pool Refreshing

35,513 transactions
29.33 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,506 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,508 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,505 (744,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,342 118,342 0000000000009bd1cdaadbec67abca807429d189717bf03e5649d60d384e53ac 0.00 MB 5 580
118,341 118,341 00000000000098e4cb8a8dafbde968a41a25c84f5cb317030f6123e66cac615a 0.00 MB 11 0
118,340 118,340 0000000000006273098d8dc5a4a8345008343ec3aa4afbe97084775666837020 0.00 MB 1 0
118,339 118,339 000000000000a3f0c97e139ccb9a950e893944840b41ec9b6444093b12c81b7c 0.00 MB 7 0
118,338 118,338 00000000000035af5f43cfe0dab4d74c462d5647590ce0a0c0502c33f8706806 0.01 MB 29 2,858
118,337 118,337 000000000000bc1d18c5cf982d677da1a54d6f20b5467e71affbed1099fb2aef 0.02 MB 52 1,659
118,336 118,336 000000000000340ea562a7f8e659b4c78402e20a854d4f6bb00ca8deae50f3e8 0.00 MB 12 1,887
118,335 118,335 0000000000008474483f168258aa28e4bf72cb528d06096868b8e85155e25ca8 0.00 MB 3 1,934
118,334 118,334 000000000000b036bf676e6de7fcf197ee2a7c1256ed221a7857c346739eac6d 0.02 MB 58 2,585
118,333 118,333 000000000000843919a06713f53243259ab6cc087f2e88bfc15538e937c0628b 0.00 MB 5 2,143
118,332 118,332 000000000000c3b13ef88f8b2c1a2f34949a6f942688fd677fa3cbdbe67977ee 0.00 MB 3 3,891
118,331 118,331 00000000000003aa8929b70563b3894d16a58f137b685f391a91251cb0bfac9b 0.00 MB 12 2,058
118,330 118,330 00000000000064e1e8aba675f4df3e42b001abe53f4f89519b9dc67dca618df9 0.00 MB 8 2,306
118,329 118,329 0000000000007e9a2b33eeebfcf36235a6a282d5ee892a2e710515bb536821b5 0.01 MB 37 2,512
118,328 118,328 0000000000005c4f7a497132bb2a62989c6c35245f7b06202fba487515f37618 0.01 MB 12 1,281
118,327 118,327 000000000000c34866a2b4437f6f42682f9298a82eaca6971f877220e47bd641 0.00 MB 16 2,986
118,326 118,326 00000000000085ea876108bb601345d25311e7ca746479e75d68b3805755d70a 0.01 MB 55 3,262
118,325 118,325 000000000000386a0190be33852b3c512ee714e1eeec5c4df949a9a83fa90239 0.00 MB 10 2,052
118,324 118,324 0000000000006e2cdf26e8ebacc055b19c2c094f32de086ef58570cc45fb3ecd 0.00 MB 18 2,234
118,323 118,323 0000000000008830e9427b32bf82381d56ea6fc016a348fc91b669ee900a07cb 0.01 MB 29 2,500
118,322 118,322 00000000000060ac96762eaed7b9e907961b0c4577bf4b41aa74ebb925cd315b 0.02 MB 76 2,849
Previous 10 blocks ↓
Total Size: 685.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,372.03 GB sent, 106.24 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.