Memory Pool Memory Pool Refreshing

22,514 transactions
28.65 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
863,575 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,574 (60,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,515 803,515 00000000000000000003e4ea96018bd2767f014f506c8a772450473ddc0eac5b 1.87 MB 3,988 10
803,514 803,514 00000000000000000005097c8d2510aa17207eb11c8d5b8c24d146c747f33c57 1.82 MB 4,220 10
803,513 803,513 00000000000000000002a8f25b3f9e031948e9435520e6d501f9fea84ee41404 1.86 MB 4,122 7
803,512 803,512 00000000000000000001bd2691b871ece4798c2a24731579ede8a14383b6ba18 2.19 MB 5,095 8
803,511 803,511 000000000000000000030097e73ab743abc6afd8e774abfa3797b4cacb6b282e 1.84 MB 3,804 9
803,510 803,510 00000000000000000004d50ce7bd6554a47a7edaa99619eba81d6d3a88525edc 1.62 MB 3,459 8
803,509 803,509 0000000000000000000091d6b33d5f7ba00a17288e67774e1601b6a9638e8a6f 1.84 MB 4,857 9
803,508 803,508 000000000000000000033c27e7fc69d30970b816544289bbe660c915faa39fb8 1.31 MB 1,352 7
803,507 803,507 00000000000000000001bc2d427edabaf04b0483e61d178ae47d2c5b4d8d29e2 1.55 MB 3,426 17
803,506 803,506 00000000000000000004a195ed174ef832c392fb008d7746e4be02e48df8f4c2 1.85 MB 4,751 6
803,505 803,505 000000000000000000043e280780ac81e8801c8fea8e2ac79cdd8b7c8afca9ac 1.82 MB 4,444 8
803,504 803,504 00000000000000000004a7f16452f860d5c21cfd29f624e09dfc161cb2ac2cfc 1.86 MB 5,037 6
803,503 803,503 00000000000000000003fac2091369a247bf008bdcaaec67cd5c24292bc81497 1.88 MB 3,350 9
803,502 803,502 00000000000000000002e2a9f31e209ceb1042b5175caf4018eb9ad226cf6863 1.31 MB 1,312 10
803,501 803,501 00000000000000000004710e6e8ccf57c899bc1d9310e186aedd338ea7398083 1.49 MB 2,843 19
803,500 803,500 00000000000000000002a10854e1308471b0ab5e61a393fefc01707dc31be771 1.73 MB 4,440 12
803,499 803,499 000000000000000000051c81c8bdc2865439f0d17714570e7e36222692487959 1.76 MB 3,807 9
803,498 803,498 00000000000000000004c600d3a5974b12f8851038c5eaafb8a7e8a65b78d9d6 1.90 MB 4,945 6
803,497 803,497 000000000000000000037fc9f12ba6ae8cbf9227a117f507a8a76ec11be1e4bb 1.38 MB 790 9
803,496 803,496 000000000000000000048aed4030907c703e51ed9b0d845d8491efdd6f625a2c 1.38 MB 1,610 10
803,495 803,495 00000000000000000001c1cb391b7009069c5b979656677d69fe0c7aaf7ce719 1.05 MB 415 7
Previous 10 blocks ↓
Total Size: 687.21 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,510.78 GB sent, 120.16 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.