Memory Pool Memory Pool Refreshing

44,030 transactions
23.96 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,595 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,231 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,594 (530,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,278 341,278 000000000000000014c111724ee1e0fdd2682362136b4dab718f3f6063fdecc6 0.11 MB 350 36
341,277 341,277 00000000000000000eaac8443096561a5fa1ced70304aad0f8c7de728c0b20cd 0.69 MB 827 27
341,276 341,276 00000000000000000615d2cdd37d19fdcfee62cedde4049d011be66726fcab0f 0.38 MB 660 22
341,275 341,275 000000000000000002f11e825eae3cf7ca064ed25037a17b7f57f9ac3613c6e7 0.05 MB 61 11
341,274 341,274 0000000000000000067872e8bc7ebdffe808d2ed3a314fae97f927696241b00a 0.84 MB 1,060 18
341,273 341,273 0000000000000000162061cdd96630f84db298c4a869f1742543b457b8ae2b31 0.75 MB 1,708 33
341,272 341,272 00000000000000001a8cb802a28cdbcb73a8b406e32bc2429f583a41d6f83d8b 0.19 MB 354 28
341,271 341,271 00000000000000001a489635a7fa90d997c602902bb949a87610594dc21c18c7 0.10 MB 143 4
341,270 341,270 000000000000000001b449fb1f47305565a98c2f4c9c7afcfb242c878def7b28 0.35 MB 544 19
341,269 341,269 0000000000000000055930490286c951504d73995961e2333d172f9e792af4de 0.11 MB 175 24
341,268 341,268 000000000000000014685b9bc249ca75f19980ed8c67adf01dd304d25295a8e6 0.22 MB 400 21
341,267 341,267 00000000000000000de770502c10e310d6dd57932a9acf0a6c0655c10c71a312 0.07 MB 108 20
341,266 341,266 00000000000000000b094c328d9931623430abdc5c08df1093adc751bc766d59 0.21 MB 325 20
341,265 341,265 000000000000000014d4041050e0a8aac9f5471aa6ae5cd54ef38d6814096e91 0.19 MB 320 15
341,264 341,264 00000000000000000f465eb0b32c28263a5731d32656a05dff878292d4800b11 0.04 MB 128 32
341,263 341,263 00000000000000000df51b50b625e58f415a419bca3edbc8d5d00ea8603636b2 0.15 MB 98 13
341,262 341,262 000000000000000004256cc72232a5a1a71de295d45164f14bd54769820852f2 0.75 MB 551 16
341,261 341,261 00000000000000000829f0d3cd85a51fe0ccdbb16c5cab6856bf250f52620888 0.75 MB 1,614 28
341,260 341,260 00000000000000000fe678dec297d184e6557cae33f141212976fbd539810fb6 0.35 MB 710 26
341,259 341,259 000000000000000013f2fa8bda6e4a8ac3983713571af10d52b483974b259f9e 0.00 MB 1 0
341,258 341,258 0000000000000000048c39092108be37da65ff962b7ad116c07b9431502d2c24 0.40 MB 1,119 43
Previous 10 blocks ↓
Total Size: 702.44 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,544.62 GB sent, 227.71 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.