Memory Pool Memory Pool Refreshing

92,971 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,441 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,417 97
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,440 (42,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,472 827,472 00000000000000000000621f390e6b80f96fa44a0e819e88202ba5760eb4704d 1.60 MB 4,134 47
827,471 827,471 00000000000000000003991c74462be3bd5687be5fb68e5a7e53e2bd1621418a 1.20 MB 1,248 29
827,470 827,470 0000000000000000000072190f0bab2ff9aa42878c09f60a45dd4d6e73019b6a 1.71 MB 2,924 40
827,469 827,469 0000000000000000000158cb039c9bca6d89b53d81bfa53db0e66a6ede9ae40c 1.68 MB 2,725 34
827,468 827,468 00000000000000000000b772f7bcbf0e8a8ddb71e9b2f0337b60f7eb5178decf 1.55 MB 2,460 34
827,467 827,467 00000000000000000001e0f11b4d0daecfd68d8e193301bdcb2de91be9a610de 1.49 MB 2,389 31
827,466 827,466 00000000000000000000e369949a0578c5d3e1e2826bf0d5c74d2b5295a6618b 1.54 MB 3,074 38
827,465 827,465 00000000000000000001961f7f4938cb2a6a448b37ab01ec429046bc3fef0ce9 1.59 MB 3,607 44
827,464 827,464 0000000000000000000088e0f07324b7ca656a23ee016e166f8f7a22a92fadb6 1.25 MB 1,875 24
827,463 827,463 00000000000000000000baf39f0a717fcddf64cbd2db6e6e903d6eec0645d221 2.10 MB 2,940 32
827,462 827,462 00000000000000000003b82652b88c5f8b71b4c5cbe7c788e496ccaadbe35699 1.87 MB 5,041 30
827,461 827,461 00000000000000000003a23a6394b5d87cf05689297a7c17450472f7c6d56a63 1.98 MB 4,278 23
827,460 827,460 00000000000000000001a9a9edd436b4c91224deb2ca5de1ae10c3d6c20e4842 1.62 MB 2,577 32
827,459 827,459 00000000000000000001abd7b3d820c2b2c0296075d03f69cbb4a4e22486b078 1.67 MB 3,207 36
827,458 827,458 00000000000000000000da77de1737d56b499f7511e926d9a45b247452776729 1.60 MB 3,029 43
827,457 827,457 00000000000000000002c96cf60dc0b08b464c16ab088213331566018889a2f7 1.64 MB 2,626 35
827,456 827,456 0000000000000000000078124fcf1aba7ec7e8d2b7e1ec76506b922cbbe9dc9f 1.91 MB 3,367 27
827,455 827,455 00000000000000000000121d7f5199c5a86aa7d65d480be076b1d1408e650a9a 1.58 MB 3,093 36
827,454 827,454 000000000000000000038b73d6aea51448d35ed29b85ed7088bb150a20b0d0ac 1.65 MB 2,142 31
827,453 827,453 00000000000000000002166eed686f576b3dbac17dead73feaec36d0697c6699 0.00 MB 1 0
827,452 827,452 0000000000000000000187b81c666520d45ad3046c8857009aca4845a4651fba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 700.28 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: 2,293.70 GB sent, 212.48 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.