Memory Pool Memory Pool Refreshing

47,840 transactions
33.54 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,063 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,880 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,062 (100,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,117 762,117 0000000000000000000655e2b47ddfb0d2e51ef0eea060db79d4f4797b6455d5 1.57 MB 2,974 12
762,116 762,116 00000000000000000002e1a6cf736a36ebd0923eebca2ed9e3b5c38da7931247 0.32 MB 551 14
762,115 762,115 00000000000000000006016d18595ab59006e18d41a9c620be2c5f2a941eb630 0.89 MB 1,663 13
762,114 762,114 00000000000000000003404a79fbe61b4f0832c032aa5ad280c8c65a187d3f8f 1.19 MB 1,994 11
762,113 762,113 00000000000000000003c6a82255e54852a157dc3216278b0ddd26075709b610 0.57 MB 364 2
762,112 762,112 000000000000000000039f7686d20cc7a7e017617b6415d98218fefe944eace9 1.73 MB 2,474 8
762,111 762,111 00000000000000000002b82331b38349bce81fecd625bcabac167518e151dd6e 1.64 MB 2,045 8
762,110 762,110 00000000000000000000bf81eee1dcce376e9c5e5ec970d3967f07beb2b347ae 1.54 MB 2,312 8
762,109 762,109 00000000000000000000376eab59cbbd9c048f83e10d4883115a16a53b2b8671 1.32 MB 1,548 15
762,108 762,108 00000000000000000000c522da2b1b9d154417ba856db159b8e0e3a10180ffae 1.19 MB 1,312 15
762,107 762,107 0000000000000000000515afa696a0f05b45393f9e9f5287be251dfa8010eb4e 1.47 MB 2,028 12
762,106 762,106 00000000000000000002d069bcb65840b2b068a07e5464219b194224b898baa8 1.63 MB 2,367 4
762,105 762,105 0000000000000000000346ae0066371cbd9f85b1abf40440c685995221d6027d 1.67 MB 2,766 15
762,104 762,104 00000000000000000002e554e90493bfa6169833194729c40e4b338d4e084435 1.49 MB 3,249 21
762,103 762,103 00000000000000000000331b5727d276f99f507c215c34f4b370145a4da96eb2 1.62 MB 1,384 4
762,102 762,102 00000000000000000002b127515180b3ffc257b6e08fe3db94138bf0131095b8 1.72 MB 2,386 10
762,101 762,101 00000000000000000006cdb99e8f0890ea2fd9615ed40c5ccd54c19d5a85d132 1.67 MB 2,033 16
762,100 762,100 000000000000000000026f9c284ced5a69067be6f7f902d492415417a8d05d41 1.48 MB 2,314 9
762,099 762,099 000000000000000000051f86c3440ab44502dee7b0260a407065e3c4da0938cb 1.48 MB 2,292 14
762,098 762,098 00000000000000000005bb33a0e8a46875e99b70b15a1eb36b41d8584f7c6257 1.53 MB 1,991 24
762,097 762,097 000000000000000000001c6f607e00b528d8bd1d220d3c28b295565a59200a8f 0.81 MB 463 3
Previous 10 blocks ↓
Total Size: 686.21 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,418.00 GB sent, 113.53 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.