Memory Pool Memory Pool Refreshing

59,773 transactions
24.80 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,878 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,381 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,877 (76,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,476 795,476 00000000000000000001a4ee23613517341ed35d8035d20c4aaf813bd274855e 1.38 MB 2,837 48
795,475 795,475 000000000000000000051041f15dc22e6bef6e71b0f947335d0cd76ef03ba473 1.54 MB 3,169 29
795,474 795,474 0000000000000000000075b6ef7939c330ae15827cccedf8881088275e09e693 1.62 MB 3,628 30
795,473 795,473 000000000000000000029d573659f187d898db5134e9f0215f5635df64555341 1.45 MB 2,899 49
795,472 795,472 000000000000000000052d2a3921c8a98e14be9550f41d7f7c088cb59019b469 1.72 MB 4,155 30
795,471 795,471 00000000000000000005032f984ab23a58e3efa4fa62235d5fa97ec44f289d51 1.70 MB 3,673 28
795,470 795,470 00000000000000000004014acc9bf04de3dc8505a447f4e620abce2ac5a70620 1.80 MB 3,029 23
795,469 795,469 00000000000000000001afd9a883a509f4347807dfb04d67177b818de74a762c 1.72 MB 2,823 29
795,468 795,468 00000000000000000005520c0688ee5e31eb7c1284512d3c2350f8c90981628f 1.58 MB 3,728 35
795,467 795,467 000000000000000000036c4579b2617a9531748973898e54b463968d2774d184 1.54 MB 3,125 53
795,466 795,466 0000000000000000000129fd5a6a0d3412026f092d1c874b7d78bd0edc9240aa 1.28 MB 1,727 23
795,465 795,465 000000000000000000018e2d425ea2b5f9f35580b0b7ac65c3c0f2b82070fcc4 1.81 MB 2,319 28
795,464 795,464 0000000000000000000476fa27573b247f9c5658ba27b93f07364a0ade8f3788 1.71 MB 3,332 29
795,463 795,463 0000000000000000000150104ccf6bc0a4d63a74e547bfbaf27f8031695b1eee 1.61 MB 2,321 30
795,462 795,462 00000000000000000003151b0691be86101b15a95e02ba9030814833a97e4bdb 1.50 MB 2,642 39
795,461 795,461 0000000000000000000323bb00aa9186763902fa8b721821c468e00c5c7eb18a 1.47 MB 2,564 47
795,460 795,460 0000000000000000000362ce59477580f8d3198431158c6961548db6e56eb128 1.56 MB 3,356 52
795,459 795,459 000000000000000000005370e458c7f4182df12637ff225ddaae723802fb2f2d 2.01 MB 3,702 25
795,458 795,458 000000000000000000019ec2ab457756c2f4fdd119d6c14d971bca5f9f68b267 1.77 MB 3,400 26
795,457 795,457 0000000000000000000094333639acc8f6e8cf62053b5c8256ee355ade917d4a 1.87 MB 1,946 15
795,456 795,456 000000000000000000008c03b78e2f1f5f59180a4e58ab1d9f02fde6535b5350 1.87 MB 3,937 22
Previous 10 blocks ↓
Total Size: 702.97 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,579.68 GB sent, 231.35 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.