Memory Pool Memory Pool Refreshing

15,792 transactions
30.47 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,174 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,334 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,173 (743,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,421 118,421 0000000000002f06a04d96ff775e27680bf50a88bb5d091044fd6d1d8fbee28e 0.00 MB 6 0
118,420 118,420 00000000000006440354fd2a1b5fbf057119a54d850a5f9578dbf766fcb8340b 0.01 MB 16 0
118,419 118,419 000000000000c06ddc1f8c78bc1f79e1abe2286e8c53743ab99e180b6f282a70 0.05 MB 7 979
118,418 118,418 0000000000006f88b21fa281f2aae1ea7aadb174bba62842b4235d49a9d7504e 0.00 MB 1 0
118,417 118,417 0000000000003307c08d57819982dc9c8bf02e62d94bed82f2f569169cb21524 0.00 MB 1 0
118,416 118,416 000000000000ae7f06986d8be33a4c677451717cdd40f3ba65fdc8a63dd150d0 0.00 MB 6 0
118,415 118,415 000000000000598ec3874eaf84f0194eaff349abc20084b44c7e3a3deebb0c31 0.02 MB 88 0
118,414 118,414 000000000000b781ae9004a4e15da8bdc7e3044048133c9a5c870c33c8f9757c 0.04 MB 148 2
118,413 118,413 00000000000044a1fdbb376a4b27a1d5d710a8469f37cfdca8689e8197e5d47c 0.01 MB 32 0
118,412 118,412 000000000000098c1671303fdd8625b10cb357cb4a237cb065ad615a997a30b0 0.01 MB 14 0
118,411 118,411 000000000000a4fc275460c1c683ebe513bf2e05048afc9ad63caebc6cbef44c 0.00 MB 10 0
118,410 118,410 000000000000bd3e3963fcf459b34d20ac09a63bbfb93c0138926dc294bce7df 0.00 MB 9 353
118,409 118,409 0000000000009abf1a575e17ee21c2088bdd994db291a79405c1c15777697933 0.00 MB 6 352
118,408 118,408 0000000000003807e270339c8d912c75bf0b4c342b9d4e18d04fb0de483b1c79 0.01 MB 25 112
118,407 118,407 000000000000a1d0b0b161263b01318730717df2412a504498fd76fe2b5444c6 0.00 MB 1 0
118,406 118,406 0000000000009f3476487da279e5f7cc2cb157e6f3f79270a457a49e66f71783 0.00 MB 9 0
118,405 118,405 0000000000008c1de68e5cf8e90b8a5274617254fa3a89e67f877886c8cf82ef 0.00 MB 9 0
118,404 118,404 00000000000056c8719c2710d715cc17512562c4cb56c7f2446d1c2083e4d021 0.00 MB 9 773
118,403 118,403 0000000000005de7c57e6237d998e319747cd601597c3da5df0190200a015853 0.00 MB 9 0
118,402 118,402 0000000000007d8ff4550f6e41a7f034e0428c4d2a483bad89a3523ebe9c5ac3 0.00 MB 7 0
118,401 118,401 0000000000003f5e57bbd4c304160b42fdff28a68372407faefd1eba6fa8507f 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 684.49 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,345.01 GB sent, 101.41 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.