Memory Pool Memory Pool Refreshing

55,709 transactions
22.35 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,399 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,542 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,398 (44,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,827 827,827 00000000000000000003cd19920b29d601c01680e4eda2370736c28442a70c19 1.79 MB 3,309 39
827,826 827,826 00000000000000000002ae74b27b6347ca606e613cffbd851e83b69dee4deff7 2.02 MB 6,355 28
827,825 827,825 00000000000000000003aabf77fb9bb46f7bce7a57dd968e299c3271e5bc7455 1.94 MB 4,234 34
827,824 827,824 0000000000000000000275d22ee84b63105a978d862580d2578d0b4fee2cd306 1.79 MB 3,064 36
827,823 827,823 00000000000000000000a8429c26320b646375462166348533cf3312ee04d7e2 1.71 MB 3,005 33
827,822 827,822 00000000000000000001d10934d53d44f3ceeeeebf4e14fd1b5ca30101cbdcab 1.64 MB 2,513 27
827,821 827,821 0000000000000000000221697faaa9b27beaf54456f41104792d63eac2567a0a 1.96 MB 5,473 33
827,820 827,820 000000000000000000033509a4b417045ae3823b9c43a1434867e5050e1e83d4 1.73 MB 4,056 35
827,819 827,819 00000000000000000001c5a764fd80fcdaed8b4ceaacfb42dc99c8d1f7bac989 1.67 MB 2,599 37
827,818 827,818 00000000000000000001b7bdcb487dcbec773c6fdb1dd0e1fcecbdeb147c1bd7 1.88 MB 4,373 32
827,817 827,817 0000000000000000000037707772995e0466952cfdbc29ada9de73bf6e226b8b 1.85 MB 2,659 34
827,816 827,816 00000000000000000002ceac759ea290df89bcb25657124e5f1a2b32c014391e 1.77 MB 3,247 35
827,815 827,815 00000000000000000003f9fda6e75988c653f233aa1afd4b8e10891c85329f17 2.12 MB 4,087 31
827,814 827,814 0000000000000000000321183af3999e697f78efaade4dffa0b42ef8dca933a0 1.83 MB 5,067 32
827,813 827,813 00000000000000000000ebbcf720a36330c141a5ba56a26ba446df6bdfef25b9 2.19 MB 5,513 31
827,812 827,812 00000000000000000001e5cba022c78ad259967a9190951980756f99ce70dde1 1.94 MB 5,881 30
827,811 827,811 000000000000000000021e55c3902f48044f49621f3b9ddd00c003fe23a2ddd1 1.74 MB 2,968 34
827,810 827,810 0000000000000000000310b0f7a0be4dbefc12aee081990fc62847b6bbcf3105 2.09 MB 4,504 34
827,809 827,809 00000000000000000001eb9bcf0da0a3b0eed39b63f246c5aca6f37b3f0e1b37 2.00 MB 3,284 38
827,808 827,808 00000000000000000002499e8da4e21799bb345c64d59795f4baf679eb376303 1.75 MB 3,034 45
827,807 827,807 000000000000000000013aa45864a3d28529de328f14e0f60240350cc8ee54af 1.84 MB 3,088 34
Previous 10 blocks ↓
Total Size: 703.95 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,633.78 GB sent, 237.63 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.