Memory Pool Memory Pool Refreshing

4,421 transactions (1.37 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,837 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,988 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,836 (900,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,140 8,140 0000000073b5c954142a616ba14e334d4c2c680055edc45c661288ae4bf46bfb 0.00 MB 1 0
8,139 8,139 0000000042992d944601e484892ca33c7f1abc183523108faf7ad0b1c9146111 0.00 MB 1 0
8,138 8,138 000000001cbc3aa13ba780a1d662742d2d0fa94b568b3010f31ee9c33bdf441a 0.00 MB 1 0
8,137 8,137 00000000f94cd3d689200533b1bf3a0001e05a34b683f7d22b5da08d291ccf30 0.00 MB 1 0
8,136 8,136 000000002033003e0ea2ebcab66f60ab701ee7fd06b5e2b707507d841bdd3fcc 0.00 MB 1 0
8,135 8,135 00000000ce5d3314ce99a2420f0ad9b045e47724c957bfd8feb0931d27a2bde7 0.00 MB 1 0
8,134 8,134 000000005eb4163cb0063ab0d7e2ec003d3b2ce722b07a3f3583656aba28a2ab 0.00 MB 1 0
8,133 8,133 00000000e9ef1a30235fe40e58604b08497b8d25ca3cf8f87c972be1e171f928 0.00 MB 1 0
8,132 8,132 00000000cd4287fcda009c4c2c31448698304d2b009d7e031e2af6921cc3f859 0.00 MB 1 0
8,131 8,131 00000000a58e0c2bd95bfbec763c376d1f0bbd502a274a5dce2a9105caca4769 0.00 MB 1 0
8,130 8,130 000000008ef6dfbc30b0dca20d65aaf8c7556b5513a3634fb3909d6560f08326 0.00 MB 1 0
8,129 8,129 00000000f554d506d673778a4463d2e700f4cd2eaaaa97dd40cc612e78c4e547 0.00 MB 1 0
8,128 8,128 00000000de595188f4fba1e8cdea3978561bcc4223a7bdfed90a5344280f83c0 0.00 MB 1 0
8,127 8,127 00000000750319651a28016fe2b40c351032097d3c134ddd57509c0236a12f30 0.00 MB 1 0
8,126 8,126 00000000ea9dcccb784ba77961ebb85765ce9cabd3e05d052ac3fe08dc2c270c 0.00 MB 1 0
8,125 8,125 0000000053897dae26fe1b7b5b317d55c24f5eac70b99da2aa8fb086a05a624d 0.00 MB 1 0
8,124 8,124 00000000d60bd85642c27b476c0a19d307699ba6ddca979777195e64c8c4239a 0.00 MB 1 0
8,123 8,123 0000000010739b7f33cdfa9c9df25973362825c0af59c3f28f769c6a85a0b155 0.00 MB 1 0
8,122 8,122 00000000fa668eed9c9ee748c9f471eac60736b3ccb05e44250deef05dd41238 0.00 MB 1 0
8,121 8,121 0000000090f1b16494d3cac0f6e2d6e9a5cec48a562565ad3ab3ffae7c99868d 0.00 MB 1 0
8,120 8,120 0000000016b043cf124f1f179a1040db7c2c5d979b124ad01cb7acc900b4d478 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,858.52 GB sent, 103.34 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.