Memory Pool Memory Pool Refreshing

32,235 transactions
30.12 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,029 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,028 (550,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
312,299 312,299 00000000000000001c33130328f386a8945a0e801ae0dcf3620a4a95461c14a5 0.03 MB 51 6
312,298 312,298 00000000000000003878c799926c787a78bbce925bd7483deda6b9f64f6427fd 0.70 MB 980 23
312,297 312,297 000000000000000039e2cedce183020b12d251937a12529ca2a668ed11e502c1 0.42 MB 697 29
312,296 312,296 00000000000000002945a2acacff26483febfa144495f4bd425b78910da2b9fc 0.69 MB 373 15
312,295 312,295 0000000000000000024a8a92952796a010743831b97e9ab18f1df1e0731dba9b 0.75 MB 601 17
312,294 312,294 000000000000000030e839b41769159496f3f138f8f64658b210ccd0633a070a 0.07 MB 128 16
312,293 312,293 0000000000000000194edcfc5278311b1803847de716d8bb6f401969cd38b057 0.92 MB 1,583 27
312,292 312,292 00000000000000002a153f45aaf66f9fde0ab409b987c22ef4a8cea3e6f5d392 0.75 MB 1,414 34
312,291 312,291 00000000000000000b1cadeb0b5882b3dceb38702476a804f1f8f7c4d012718b 0.35 MB 873 35
312,290 312,290 00000000000000000777d6aa9995420770c4ce7cbde0ab5e81a954a3a90927c2 0.25 MB 627 40
312,289 312,289 00000000000000000b5613955859fbdd3552c1a7dd90db720a47458b1696aa45 0.31 MB 1,024 63
312,288 312,288 00000000000000001488167dc75c6ce202f7a21f4138876db1da4bbaeb83753d 0.05 MB 130 28
312,287 312,287 000000000000000034a4efac6ee63ae581fdc28f6c2cbc760de8e24ce77e7ecf 0.26 MB 328 20
312,286 312,286 00000000000000002c8166dddadfa59a6c8e5be3b09c87e8447f12b6dfd5a707 0.09 MB 174 16
312,285 312,285 00000000000000001a70f5fd3e7ca5893a144a6363a9dbad7cde9d921fe86b25 0.13 MB 106 11
312,284 312,284 000000000000000030270eb592dbad812c6ce5b798a0164ba841e7488451ca8e 0.39 MB 622 23
312,283 312,283 0000000000000000123828cb7a261e0d0bda7d6fb215161cf6b4c92d4e46118f 0.34 MB 250 18
312,282 312,282 000000000000000018d3a607c1aee1b55436aeb7da73981105c72bd9d77b72a1 0.35 MB 871 38
312,281 312,281 00000000000000001ae66a63cff0ee3450b051d74928e92d423030a614485360 0.27 MB 333 15
312,280 312,280 00000000000000001b069ca830b435f08f12066e759a3e837d6d304cf19514e3 0.46 MB 751 27
312,279 312,279 00000000000000002d7fdf73ab2cb7fd3bf45f7e1c70c7f70d4e9f62945c0b7f 0.63 MB 832 21
Previous 10 blocks ↓
Total Size: 686.15 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,416.29 GB sent, 113.05 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.