Memory Pool Memory Pool Refreshing

44,645 transactions
19.95 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,900 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,315 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,899 (166,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,528 706,528 0000000000000000000190e07414bfc65495691bfb96c007bfc54c943111e748 0.79 MB 1,182 11
706,527 706,527 00000000000000000000c6fd4fd16ddfc978235e5954fe3e6baf74096f89cae7 1.19 MB 1,945 6
706,526 706,526 0000000000000000000a21e73b325270e44f96f05e5f2c131eecdbcecf889c65 1.47 MB 2,962 11
706,525 706,525 0000000000000000000bf19f7711bfe63e1ae5f1e693639ac71d001058ab56c8 0.29 MB 353 2
706,524 706,524 00000000000000000002f00091495ccf753f065206e5af3180b88e9ac37a8947 1.54 MB 2,907 10
706,523 706,523 0000000000000000000368bd206019fa11c0728e7f8a09aecf5ec199ee92282c 1.13 MB 1,467 7
706,522 706,522 0000000000000000000c28dea9cb6978d440579943231b6f366bdc4fb9b11791 0.77 MB 1,463 9
706,521 706,521 0000000000000000000d86b335a394cd2adb7fff5b333a2e6930be2e23630124 0.44 MB 935 9
706,520 706,520 00000000000000000008e263caf8fda46232a22ef2ba5e23537f27c9627cb4c4 0.88 MB 1,818 9
706,519 706,519 0000000000000000000acbc0722aa371cecb45f33f7a0dd0d9d1dbdce5624c7a 0.05 MB 108 10
706,518 706,518 00000000000000000008b20629d7345c2ebcbab36b87d32939e9fc8348bacfe8 0.77 MB 1,064 11
706,517 706,517 0000000000000000000b0c343ccea2af5feec1176b6a31781cb18ca64ad8cb1a 0.69 MB 547 5
706,516 706,516 00000000000000000005bd31a78427427c7026787d813b5325a98c9b91d4ed63 0.16 MB 425 11
706,515 706,515 0000000000000000000304ad8a7cb419a8889c09a74317df07b681e2d3d1a7fb 0.66 MB 553 2
706,514 706,514 00000000000000000004a7fdf326e4652797d577babc0cc6c7bb5fae42c6c444 1.26 MB 1,407 7
706,513 706,513 0000000000000000000465afe6f1bcd07718db6e5c90ba0563911861ee00efb7 1.16 MB 2,160 8
706,512 706,512 000000000000000000070969023b216f5732f3f869868036ca114c194803fe89 1.48 MB 2,959 12
706,511 706,511 000000000000000000047bb50c79f437316b766892cece9339b039622aaf3d22 0.09 MB 247 9
706,510 706,510 000000000000000000061220f0024cae119895d5f291603e82a87d77a6e13e15 0.31 MB 475 9
706,509 706,509 000000000000000000008c2be004191146e38cae1cfc06d9c9501ea3d61fae51 0.84 MB 1,509 11
706,508 706,508 000000000000000000017240afce7227db5caac6391b59514a1e38d2bc41ae6c 0.62 MB 1,045 9
Previous 10 blocks ↓
Total Size: 704.86 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,660.90 GB sent, 243.85 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.