Memory Pool Memory Pool Refreshing

23,769 transactions
36.90 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,129 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,921 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,128 (355,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
506,466 506,466 0000000000000000005419f44d29425237d4ac730a8aa8424be4475b3d0be083 1.05 MB 2,377 242
506,465 506,465 0000000000000000005e5508352b53b2df99b387fb3104d9b6db1e6849e4f263 1.08 MB 1,726 193
506,464 506,464 00000000000000000037640955819f9ee42513e8b3e1cd0eacd6589ab7d2c606 1.31 MB 2,168 97
506,463 506,463 000000000000000000575ccbb26d79bd026d094f98cd92e8edc275ea8ebe281c 1.08 MB 1,943 188
506,462 506,462 000000000000000000273fd2e5ff739782945b50bf6e2433990bb51cffa41025 1.10 MB 2,251 263
506,461 506,461 00000000000000000053589e3e8ec1b25cb0b79b9547ce1f6ebf49f59b7e7423 1.05 MB 1,563 133
506,460 506,460 0000000000000000003b888872d9434d24f7ad46ea4eb048a0c16ad3f6b58b80 1.01 MB 708 53
506,459 506,459 0000000000000000002bb4edd4062e7b6ae0625663f294fc34257a3286af48a3 1.01 MB 219 16
506,458 506,458 00000000000000000002d61c0c80dd7af3ad2dcf2674dd43f039059a074f3383 1.07 MB 311 46
506,457 506,457 0000000000000000001f162bbd6a32696678dc220a2e074309714a5e389d6c4a 1.07 MB 1,625 73
506,456 506,456 0000000000000000005f54622d97866453137466737289c2500e67f6fce1cd4e 1.08 MB 2,256 192
506,455 506,455 00000000000000000061d435b531aaba60a3a9b9005747f9e2ed450272a99f8c 1.09 MB 1,648 128
506,454 506,454 0000000000000000005ffa22ea5e68b5580fd02e821fb35c6d0f86a25d600fcb 1.09 MB 1,954 135
506,453 506,453 0000000000000000001c30b647c955f280a579bcc07fb9404dfcd33617563d7b 1.00 MB 249 21
506,452 506,452 00000000000000000040e2998ed896b3e85692b4f8defd27f7b54153252496b8 1.03 MB 1,231 90
506,451 506,451 0000000000000000001eb05c43016e791d0ce3a4431dd78a8a00f7b431ae351d 1.08 MB 1,432 122
506,450 506,450 000000000000000000564b4107b6ab38f1d58c5fb79cc637e548bf53aa6ec7eb 1.04 MB 1,246 118
506,449 506,449 00000000000000000013f8c8b6f9aa08035099206dee645a3bff621792529b3f 0.52 MB 630 121
506,448 506,448 0000000000000000000ee720f3252b6e26ddb8749f86e048bfd7ed7e8e410af7 1.02 MB 1,055 82
506,447 506,447 0000000000000000002247b139c8bbf6e1f37be323e78654039c5a227e45d4cc 1.12 MB 1,518 80
506,446 506,446 0000000000000000005ad83eec427008af9a83260c68c62cafe307660ce27905 1.06 MB 1,777 226
Previous 10 blocks ↓
Total Size: 684.41 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,339.17 GB sent, 101.03 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.