Memory Pool Memory Pool Refreshing

60,907 transactions
32.51 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,115 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 3,663 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,114 (902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,212 865,212 000000000000000000023d9e9dae145fcfc1825bab10a5965ba8a1e0119b2a48 1.44 MB 2,486 36
865,211 865,211 00000000000000000000c2e7d6e62fc35795b808d9155e6d6421dd88df684a39 1.53 MB 2,918 42
865,210 865,210 00000000000000000003083a5a8ad9a39fc24beb12f281793e7c2d88a6700541 1.55 MB 3,090 42
865,209 865,209 000000000000000000028c3e3345547869fe259c4a69f16efbe235207c6768fc 1.49 MB 3,969 45
865,208 865,208 000000000000000000003d9575218470d3872934011a83e45ac390edea03a968 1.55 MB 3,900 46
865,207 865,207 00000000000000000002fd9380d7d6d6bacad6dd5a7bffe881ac966cd40cfd1e 2.00 MB 2,022 39
865,206 865,206 0000000000000000000243ecaf364a86f49f240b31b7b85415bd0c68996972a0 2.03 MB 2,515 42
865,205 865,205 000000000000000000008fcebf45bb6d34ad771d29ec97da2f2ac2cf64740717 1.82 MB 3,266 48
865,204 865,204 00000000000000000001c1903ef565ee338f138701ac829d851004d467ecd54b 1.78 MB 3,344 45
865,203 865,203 000000000000000000016f1622270d2f99ef30ca608667efb264bbf9029ccf27 1.50 MB 5,209 47
865,202 865,202 000000000000000000004fb37570b77ad8cac358506dc03ee7bb38ab69f143d9 1.74 MB 4,451 44
865,201 865,201 00000000000000000001e7b7ff8acaf71c3eb0ff6f9e66b55f2b69f6bfe00371 1.60 MB 5,240 47
865,200 865,200 000000000000000000027a3935796b56f91f7823fd67a6080db27219b3d61926 1.52 MB 4,635 49
865,199 865,199 000000000000000000019bf0097b0952936e599c705dc7d39601d619e9a07362 1.75 MB 3,407 46
865,198 865,198 00000000000000000001637129a3daaaba34f45c88367524857c45fd6d36b4f3 1.73 MB 3,535 46
865,197 865,197 000000000000000000021e00fb55f42183df7e21170a042ad624400c495d2abe 1.62 MB 3,949 46
865,196 865,196 000000000000000000029c5059d27172071c837269a9e2567a12cf74dd1a33f1 1.46 MB 4,726 57
865,195 865,195 00000000000000000000626d31c80780c14ade4098182d7ab9f1de4ddaedcac8 1.49 MB 4,841 58
865,194 865,194 0000000000000000000013e5f5f5682429ffd480c2b82ec27167a60c402a0495 1.47 MB 5,749 58
865,193 865,193 00000000000000000001e638d61ad44d9b9035435f24c202819b43eae453f059 1.47 MB 5,889 52
865,192 865,192 00000000000000000000a113e844a0919d2db83a288735cbdb699f210582c22e 1.48 MB 6,714 44
Previous 10 blocks ↓
Total Size: 691.96 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,831.23 GB sent, 157.24 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.