Memory Pool Memory Pool Refreshing

35,967 transactions
29.28 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,475 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,474 (532,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,251 330,251 00000000000000001311fe7621b18ffd7c90988b611526e2bf9fabf7c7505730 0.10 MB 140 20
330,250 330,250 000000000000000002b97529b9be420a6366735aa2ea488dba8b227dc60e1b6e 0.10 MB 176 20
330,249 330,249 000000000000000019909c3cf6c285066758ccd57841ac90a7a0353f476b7440 0.09 MB 120 20
330,248 330,248 000000000000000002ab2db295212a94015ab60147b5bc21bd869b767a1d8d3c 0.09 MB 110 18
330,247 330,247 000000000000000019492b1477f053c244bdc597761c07592811a98941a790ac 0.10 MB 114 8
330,246 330,246 00000000000000001497fbd0214c7bb9018ecc46fc9cd57369811812ed7a649e 0.18 MB 290 21
330,245 330,245 0000000000000000145b97b74485c4bca5d1931b6751b14b4e0b72b12a19f128 0.44 MB 880 29
330,244 330,244 000000000000000018ec669347deaa16fb87b61ed1c0c009154dc61dcdca8dda 0.05 MB 128 34
330,243 330,243 00000000000000001b26a0ecf1975c499897d5a86982b318188023a7c79ad806 0.58 MB 1,236 28
330,242 330,242 000000000000000006868d2dd6778ef572ace2ce088c9d371b3142af3e4ff7e5 0.27 MB 553 26
330,241 330,241 00000000000000001b218a91ba8d399782feb67c1ee9f1bf41110fda86e5ba5c 0.21 MB 428 28
330,240 330,240 00000000000000000598a9dd23cb69175609ca8e0378e867f018c574b680e0b5 0.10 MB 166 23
330,239 330,239 0000000000000000093718da73a2577d8933c90724783ac35d38971ddcb8d7aa 0.02 MB 34 26
330,238 330,238 000000000000000011452b017d57f0c4eececa1b954454a00fb82d7270b54e92 0.08 MB 145 28
330,237 330,237 000000000000000013d5bc8f3ee92a15cd00fa19263a00f28929c14b1e065580 0.13 MB 228 24
330,236 330,236 00000000000000001b2d20323e436e8ccc50cc3fb26a75e12aa8d9ff3fbd1296 0.03 MB 54 19
330,235 330,235 000000000000000015124779e035b68a9aff2c60f7e3b8646b6c0e0fe755be7a 0.18 MB 443 30
330,234 330,234 000000000000000011266d68b76119b0a8b53404d0df8a25feb58b05d2acc147 0.10 MB 146 18
330,233 330,233 00000000000000000b222003987f5478a64e005106dfe1da5cfa54aa90949a54 0.99 MB 1,087 18
330,232 330,232 00000000000000000b0e19cff25d8c4d91fedc5daca039862a590b4adcb09a6f 0.75 MB 2,093 36
330,231 330,231 000000000000000013c8d731d906a8a98c62f7baefe6d0b1a795dd9113cbfba8 0.09 MB 216 28
Previous 10 blocks ↓
Total Size: 685.07 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,370.76 GB sent, 105.82 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.