Memory Pool Memory Pool Refreshing

63,704 transactions
20.66 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,705 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 6,227 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,704 (698,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
172,693 172,693 0000000000000262a6b79b6c417a5444270f5e22d62b6320eb75ce8351dd016a 0.02 MB 55 107
172,692 172,692 00000000000004a1ee53f18e1519e0254e7528c4ee13f18713a279f39625cf21 0.00 MB 13 298
172,691 172,691 00000000000006cda02d43e5a17f9beb5e2e0c2fc0e88fa96a45a9adf65d50b5 0.04 MB 69 81
172,690 172,690 0000000000000344eba24e0f69ae5c3a24b410524b82982fcaa3ec3fa753eadf 0.00 MB 12 108
172,689 172,689 000000000000098828338d1a1fe6898b9d975a0051155abb5928d5cfecf447ae 0.00 MB 11 58
172,688 172,688 00000000000002059c7c55b458fef8eedadb3a95803fd7d1665719903341405d 0.02 MB 42 158
172,687 172,687 00000000000008eb70d180a4e3cc070e22426a03ca68ccfed837729dd3f922f9 0.00 MB 18 78
172,686 172,686 00000000000007dcae7b76fb442f8db5f29e4524a3f6229cc6afa4b3409f5ac7 0.02 MB 31 83
172,685 172,685 000000000000081f9bbe2dd74ce24ecc1f222d9f77c183444ef572cdf6e492ee 0.02 MB 62 13
172,684 172,684 000000000000013a124a7119458c8ab1d9047a02e693fa4e312e423b75e09f25 0.00 MB 11 0
172,683 172,683 00000000000007401463795aaeaa4d5f6f542f585610f05da387d8f185096cb1 0.01 MB 15 45
172,682 172,682 0000000000000abdb564d672aab1d47cd46baac5fe95e6da666e143db6e15c12 0.01 MB 19 198
172,681 172,681 0000000000000344ce0a9876dda9c21cb4629775e49b49a551ab824c8925ddbf 0.00 MB 1 0
172,680 172,680 000000000000029a05e28f65d685515479790f388c65a8ab62d6ffdb46c91e9e 0.00 MB 10 0
172,679 172,679 000000000000005ea7ed23e52f41cf6520986c87620b1532f0cfe7117e066a14 0.01 MB 43 1,101
172,678 172,678 00000000000000eafb14e6fefa088b007daa30c197bd06ef6001bbb6696229cd 0.02 MB 37 76
172,677 172,677 0000000000000b1ff1b5eb66c2240fcf5cdb9fe9662676aadf18ba3eafbb8048 0.01 MB 22 68
172,676 172,676 00000000000002c45d1b1fa1fefc6fe1b9e049b834754bc1a0cbd812ea5877dc 0.02 MB 47 174
172,675 172,675 0000000000000498fbace0b93403a66713024361c6b461896e3a58e0a44c9e58 0.05 MB 42 167
172,674 172,674 00000000000008b263e4c9fa2e48ba064fb5436d20fec24e3345a052978e513d 0.03 MB 81 143
172,673 172,673 00000000000006417178e4427fda99539a86dfca6d8345695d0ecfecdede266f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 700.79 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,381.31 GB sent, 215.68 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.