Memory Pool Memory Pool Refreshing

3,856 transactions (1.39 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
909,083 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,891 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,082 (838,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,333 70,333 000000000030dd8c8b1bad2bc643958a71bd6a38ecf85ccb850fd9f286adbd47 0.00 MB 2 0
70,332 70,332 00000000004659eb080664518faf854add385a0b7b2cdf49fc2fc1ac38e02418 0.00 MB 3 0
70,331 70,331 0000000001014b9b3da584ffbf42edc1d706079a1ade62dfa1338cd22554dd4c 0.00 MB 3 0
70,330 70,330 0000000000ad13d49c2c9d6b04ff43cb8d7d12f065485a9d0454126848b08c67 0.00 MB 2 0
70,329 70,329 0000000000dca37b632defdd3f5a1fe55656383ff59758a141f9b1fb8f533258 0.00 MB 1 0
70,328 70,328 000000000001a78f1e232464e2a44552649f500efd9f1f37412d35de398b2142 0.00 MB 2 3,891
70,327 70,327 00000000007994ea2fc9a783a38bd20982139aeacd1d10a0e61f1c97c3043d21 0.00 MB 1 0
70,326 70,326 0000000000b066cc54538f88cb63d4ac5152866e0528a36441aee66c5b3461bd 0.00 MB 1 0
70,325 70,325 0000000000c9ccaffdd078fc2640cc994be93956ba2e6380db8375a85377b04d 0.00 MB 1 0
70,324 70,324 0000000001068b0d5954b879c1e31c80005644deeada233563800a17d7241050 0.00 MB 1 0
70,323 70,323 0000000000e71f8815e6038218cc4bb12c70b8b43119e1304eda5fce290be15e 0.00 MB 2 3,875
70,322 70,322 00000000015c8ce63cf64960a821ce8d0870b80a7b6b95fc2bec3768ab5ebfc6 0.00 MB 2 3,875
70,321 70,321 00000000007e84be49cf9de4191217de6bc92f14f30972a42c81919e655d71f3 0.00 MB 4 0
70,320 70,320 0000000000873f15775b1f4c7c0a11faa0ddc0fbf9ed453f9bca83aba5a57556 0.00 MB 3 0
70,319 70,319 00000000002b9a1aa3bfff837e0a2fb1d462e8c74b35ca381b4f076e6115d020 0.00 MB 2 0
70,318 70,318 000000000012dfba3c858a7572b95a5da8e8aac1e7d569a0968bb43f7e473ed1 0.00 MB 1 0
70,317 70,317 0000000000203c9112dbc1589abc5477f4148feccdf23aee37d14032c9f903f7 0.00 MB 1 0
70,316 70,316 00000000015c5be3be8a1e3135e86decc5adda9a2873b8ed3dec9c47b9bf78a7 0.00 MB 1 0
70,315 70,315 000000000024ff43d1b7bbfbda7c88bdce3d67e6431227625b60a5e9eaa634cb 0.00 MB 1 0
70,314 70,314 0000000000ac59324c72891949dcf1fbe46cd91eced938d1d5bf45759310d069 0.00 MB 2 0
70,313 70,313 000000000112bbb866970941f01240117e10764dd7a73e6baa3b47a9bc6ae5b1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.70 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,906.88 GB sent, 106.02 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.