Memory Pool Memory Pool Refreshing

70,381 transactions
27.52 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,243 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,097 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,242 (383,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
486,520 486,520 0000000000000000005b969b459d64bd217c6aa761d4fd62408c58a29732fe0b 1.02 MB 2,363 19
486,519 486,519 000000000000000000e484d2e7f4b22d83dfa5149fb78052f8265c249c6212a6 1.00 MB 2,447 66
486,518 486,518 0000000000000000004bbeda4501e8dac01dd1050b53a480d4d9abb2c475ff88 1.03 MB 2,383 139
486,517 486,517 0000000000000000003cbd62b47f1b9705fcc0797d0c687f67cabcdaf22f820f 1.01 MB 2,158 208
486,516 486,516 0000000000000000001e851530cfe25809962454dfd509a73ea4e63c5d8c5f97 1.01 MB 2,478 204
486,515 486,515 0000000000000000001cfdd88dba00a23f51b89c9a396da5c84b1d0ad5e4ed23 1.00 MB 2,423 48
486,514 486,514 0000000000000000009f3e3ad676fd9a1bd668506ac00513f12b0fb77d95e93c 1.00 MB 1,751 130
486,513 486,513 0000000000000000003b9007b6f03638a3caa2612a43b625b4ad101839f1d1ce 1.01 MB 2,061 107
486,512 486,512 000000000000000000efbe354d2ce73e6594a2a4ec2111be3ff2bcdd24f937fc 1.02 MB 2,337 157
486,511 486,511 0000000000000000003d5fb431f0caba4c9457a161981f3db4ae9e447c81289c 1.02 MB 2,255 131
486,510 486,510 00000000000000000085ef3867d9d0f1b3576e1801b8b86b7adb1fe68bf7914b 1.01 MB 2,339 138
486,509 486,509 0000000000000000006c96a41f6fe964fcc1decf864b59c92014e3c271ab474f 1.00 MB 2,103 119
486,508 486,508 000000000000000000d0fae6c9dd31fff45e9da67da9b2d57c277899b567f192 1.00 MB 2,219 154
486,507 486,507 000000000000000000f6696b954ae7ff5a51075a9ede3158e7b17c28e21a43dc 1.01 MB 2,536 179
486,506 486,506 00000000000000000016117e0e15cb584f1ee51cd2ceb44b3a51756643cd0542 1.03 MB 1,904 84
486,505 486,505 000000000000000000182cdbc89c44d0015434393c79c0425f1a4ce682eb9c9e 1.03 MB 2,376 147
486,504 486,504 000000000000000000b3ecda776c1274b6843f8d7e697b988fddaa5fb163b3a9 1.01 MB 2,435 155
486,503 486,503 00000000000000000040661807b03121ff7d3834c8457a4edb3fcdaf82f0a576 1.01 MB 2,027 182
486,502 486,502 0000000000000000004ad9e00601371abdda4484bc25be3fcbd1051e1a3d80d1 1.03 MB 2,131 125
486,501 486,501 0000000000000000006f3cee8808f1adf88e5df7471e03795fbcb9ff72fa7e8a 1.01 MB 2,481 122
486,500 486,500 000000000000000000b35880e7c5a1f7482a7c627ff69056d69b8966366ba6b4 1.03 MB 2,613 57
Previous 10 blocks ↓
Total Size: 699.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,200.64 GB sent, 209.81 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.