Memory Pool Memory Pool Refreshing

76,964 transactions
26.00 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,767 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,453 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,766 (569,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,397 301,397 000000000000000036463b5e31072614dac14ca7a0e433c3b39ac639b5b86e75 0.28 MB 285 20
301,396 301,396 00000000000000000f5640e3f4f5ea6a4065cb97a6b4c19c9d567611f40fd718 0.85 MB 649 20
301,395 301,395 00000000000000006cc80096044143de076c1cbfabe7af6824e148bc2ac1a95a 0.50 MB 356 20
301,394 301,394 000000000000000018925e479414b9d52083c3903750b8d2a5a6b249f5a4a6ec 0.35 MB 379 23
301,393 301,393 000000000000000005b46c36ecf3e3854dc5f6adad67d35848ca86571ce08694 0.46 MB 542 24
301,392 301,392 00000000000000006a572056c227dc59debc1179f3e954f217c6f2ee72aa82b0 0.35 MB 611 33
301,391 301,391 00000000000000006015ded89aa9b7d32f8dc234985eb71c915bee229edf3598 0.43 MB 730 27
301,390 301,390 000000000000000044171c1294fe9b44fbeac251336d8095d38615eef50abcad 0.26 MB 453 31
301,389 301,389 00000000000000004cd07e33d114ce17e72e61145489dd8449fcfd9a0326e729 0.14 MB 233 30
301,388 301,388 00000000000000006b6177bc9a9c455d114d24213641cdc4f908453cabbb3252 0.11 MB 202 30
301,387 301,387 00000000000000001cbe9f48d8fc106a9b404c2d0f73a78c048f52f452782c0a 0.11 MB 191 27
301,386 301,386 00000000000000004ae2860f594f64c6f07466ad57d831d3593409a1878a17c6 0.34 MB 657 30
301,385 301,385 00000000000000000fd75dae2722961d799516950284ffbc3e77103b5cec9e7d 0.20 MB 350 27
301,384 301,384 000000000000000056a3ac620848c3c8ab65d3c388e94dbdb12aa0c870365f8d 0.25 MB 554 32
301,383 301,383 00000000000000001a0d6ec4e8fe5570cd78329f6ee14921e42ca3b16d0687f0 0.05 MB 95 25
301,382 301,382 000000000000000073c86ba5ced3018a0d61f7cab40d172e5a1e0cc6664240c3 0.11 MB 232 35
301,381 301,381 00000000000000005cf08960850dbe4ba439238d4fb9b8d5ef83dd5afa2deede 0.18 MB 350 31
301,380 301,380 0000000000000000198cf721eb256045a70b3a5fa6685966e8fb454d2cb5816f 0.11 MB 274 37
301,379 301,379 00000000000000002a25e5546892604f87030eadbc5beb77f0e50a7f719040bc 0.19 MB 358 29
301,378 301,378 00000000000000001731e1d744ab069f6cd21c4b2d682779c89b34ca3af184a7 0.08 MB 159 34
301,377 301,377 0000000000000000685cae08207361ac45906abb9c44d6469fea2c42bd576101 0.01 MB 31 32
Previous 10 blocks ↓
Total Size: 700.91 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: 2,387.43 GB sent, 216.59 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.