Memory Pool Memory Pool Refreshing

59,784 transactions
27.65 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,924 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,201 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,923 (703,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
166,680 166,680 000000000000026817164883d057c3f795c689126d973d6c1445e68d7328e813 0.06 MB 136 200
166,679 166,679 00000000000007c59ed90b6c85a14d9bbcf4c827e16c6b5eb47e21e5397568d1 0.01 MB 18 72
166,678 166,678 00000000000000e4a0b12c2992f5c45e0b9f359b09974705056391f49be25c40 0.02 MB 52 282
166,677 166,677 000000000000059874329bac67b27450318b3fe87ae681bac953d07fc9c5b050 0.02 MB 52 195
166,676 166,676 000000000000023de0c9807c2fb91d8c497533ec526f8f6a2c650c8e255fb6ac 0.05 MB 112 247
166,675 166,675 00000000000002f4245e27dd7e2393fd513de060ec1e6bdc0a06f5d9c4ace732 0.04 MB 132 22
166,674 166,674 0000000000000b35b99d36e879261e54d1c439ec2aed462fff5b8148ce332ee6 0.01 MB 32 68
166,673 166,673 000000000000069818774cde471c20076e3ac55fb14b674fcfe2f89ff7a33a77 0.00 MB 15 0
166,672 166,672 00000000000005799124c02a56929ea12b3177fea133dfc5590abb3359fceb3e 0.05 MB 99 347
166,671 166,671 00000000000000c13a44b9ea39c4bd0a471511eceedd7c489947d484606a5fa7 0.01 MB 16 73
166,670 166,670 0000000000000791d8a1306677142567d4df38530c51bd0b34a6d6b1a637a2d4 0.04 MB 102 163
166,669 166,669 0000000000000823caf98a32705753eeec1241a6f10de44044785487ca5277d7 0.05 MB 120 59
166,668 166,668 0000000000000762def5715495af0fc5123e40235145ec3fa887acd855967d28 0.01 MB 11 171
166,667 166,667 00000000000002926d91aa3bb7f7e963516062910ea0d969ba7bc4e4acb4f9d1 0.03 MB 58 202
166,666 166,666 00000000000008f0d3a8d7d84e3079057596f0d021f29daab2d11ac17fb513db 0.04 MB 87 122
166,665 166,665 0000000000000291394f46de9c0191751bafd4959084c0141301744186b70c4c 0.05 MB 110 20
166,664 166,664 000000000000007ee53b82b17bc6c02e5df197d736cbca82e1b8cbd044381398 0.02 MB 17 1,488
166,663 166,663 0000000000000059cdb7392e44489f59a30237f4ae207d82e37eb804d300c27e 0.01 MB 35 292
166,662 166,662 00000000000006930af21310211198b666f6522ecfa55cbaf85e68d37329c28b 0.01 MB 17 251
166,661 166,661 0000000000000081168d68c093a65873b9bab4662d6da6de3ff616a01de55008 0.01 MB 33 88
166,660 166,660 0000000000000bd9d35329941057fc26dea514569c68e759f567dfdfb0bfd8fc 0.03 MB 118 58
Previous 10 blocks ↓
Total Size: 699.32 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,159.03 GB sent, 205.84 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.