Memory Pool Memory Pool Refreshing

33,615 transactions
17.28 vMB
Show Random Selection Loading Transactions
Max Size: 105/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,040 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,628 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,039 (65,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,562 803,562 00000000000000000001d659d79926de514433a0b1982e1bf52b8c144631fc5f 1.67 MB 3,946 6
803,561 803,561 00000000000000000002b00d80abf58a14c79a9ea543b2d3931357837d3b1154 1.70 MB 3,239 8
803,560 803,560 0000000000000000000032c008a1ea713e7a2a958503c7c269701f502b80e5a1 1.37 MB 2,032 12
803,559 803,559 000000000000000000054de4af323681bb805466dfc2679735d2724832465f65 1.73 MB 2,631 7
803,558 803,558 00000000000000000000a045675d4b0ebedfdfbe98beb4e7b57a97e7cef56085 1.39 MB 2,312 14
803,557 803,557 00000000000000000000c0c6c236928148a6290ed73e24b58daaa0e97a69a24a 1.73 MB 1,994 7
803,556 803,556 00000000000000000002fa2fab81200b1069a090947b67dd83cb371713b49f92 1.88 MB 1,298 7
803,555 803,555 0000000000000000000379d0d4fb6b1cf3dad03b7dab41f30fe46dd346ee3bd4 2.08 MB 5,415 7
803,554 803,554 0000000000000000000527497e67be15e8ab08f43adc60804199b81810d64740 2.03 MB 6,024 5
803,553 803,553 000000000000000000040446f7cc37f7ceb97a30918def8caa72a3f289e9cbd6 1.88 MB 3,700 9
803,552 803,552 000000000000000000018c401905a0de78810143bc4aa1da63f3257f3ae33808 1.98 MB 5,533 7
803,551 803,551 0000000000000000000257667276b4e8296387b601f56142b849a1b749c10aaf 1.85 MB 4,798 6
803,550 803,550 0000000000000000000215e872c15692a494280f66a669ab81941f06821ee2d2 1.80 MB 3,392 8
803,549 803,549 000000000000000000011d2b68b29a9284aa2de493fbdb909accd0f620830260 1.57 MB 2,412 12
803,548 803,548 00000000000000000001f90f62cb0cea364a74f0a9686ed796ed76a0c80e0957 1.70 MB 1,972 10
803,547 803,547 000000000000000000040d5b49b13ebbfbed227a04261cb8ed27454208b60f22 1.43 MB 2,568 15
803,546 803,546 00000000000000000003127f9caa6475ee0b09fea4be09c3186d0b52e68dfdbb 1.64 MB 2,851 10
803,545 803,545 000000000000000000046e01730cac7aa985eef6e89341e86f6ee159f87f74e3 1.62 MB 2,254 10
803,544 803,544 00000000000000000000f43a68fc72b9d23ee26096435d077f83d4dc0eda64c7 1.33 MB 2,059 16
803,543 803,543 0000000000000000000431ec5515bc2d70199818f87f037bbe8dd837bdde2965 0.00 MB 1 0
803,542 803,542 000000000000000000018a4737bb32418d966da50ef45f6e98466e1fda249362 1.71 MB 3,839 8
Previous 10 blocks ↓
Total Size: 697.63 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,058.08 GB sent, 195.67 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.