Memory Pool Memory Pool Refreshing

71,740 transactions
30.82 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,078 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,142 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,077 (499,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,821 373,821 000000000000000007eaffe21d9bcc0ce42bdb6a0227f44549bbaad607faf387 1.00 MB 1,827 38
373,820 373,820 0000000000000000088d2b91a3aeb68647808c7b576734323c2b6523fe00a781 0.63 MB 945 34
373,819 373,819 00000000000000000ba5900dd12341f68adbe321e020a5d4d366024dc849e2ce 0.89 MB 390 12
373,818 373,818 00000000000000000d122d1f8acfe0c576ee68914ae97658403b51b42326fa8b 0.62 MB 1,032 35
373,817 373,817 000000000000000006f517c3dceb09cb8489e843499e3841806179511e7febe0 0.16 MB 244 46
373,816 373,816 000000000000000004fd3098365fb488f31f013ee41d0de63bdb7b4b0aa1dcb2 0.17 MB 243 40
373,815 373,815 000000000000000005e73df8313a13a1185a6a94c8d0eafbb6ac1e113f92a1d7 0.19 MB 299 33
373,814 373,814 00000000000000000a31c4835506730ef156d1ab6ac2e86f4cae267b78b352ca 1.00 MB 559 14
373,813 373,813 000000000000000002a94279189cac52103c62c6cdcfe8bf5d10d2d7a127190a 1.00 MB 510 13
373,812 373,812 000000000000000010c049e5f8ea8f2b274677267b7a7a77098309929cd54c91 0.75 MB 668 34
373,811 373,811 0000000000000000110ed86dd26a03ebc5704ff65a41648ff0d24208b61927d5 0.90 MB 319 11
373,810 373,810 000000000000000006b660e6d503c2f416d69ea6340b18c4945413aba21ad898 0.88 MB 606 18
373,809 373,809 0000000000000000103f92926ad634310a05daaa58681e2d9b764b0d95ab6457 0.86 MB 412 13
373,808 373,808 00000000000000000f258b690d51bd57c0154b736e1d559b09b6170200192d89 1.00 MB 1,077 26
373,807 373,807 000000000000000007bc9036db11004026d80abe56ad26be678418b9f2605f38 0.02 MB 54 47
373,806 373,806 00000000000000000c446d6d8fba1080fd22a80403ea3d1b902a4ef9812ad415 0.48 MB 853 44
373,805 373,805 0000000000000000097aba3ae7d64b7ecc243922743aec1c0a31b0b8aeb4d977 0.91 MB 1,035 30
373,804 373,804 0000000000000000106330af43260b992f3f7ca750dbcdb08f2a6436dbdd213c 1.00 MB 480 15
373,803 373,803 000000000000000009ccbe24b03f75fb6197ceb4be9d229415567e773751745f 1.00 MB 158 6
373,802 373,802 0000000000000000127865397aa5b24edb997fdfc8800534d806c36af1cac612 1.00 MB 534 12
373,801 373,801 000000000000000006bf86f06ea67a3e624122a4ad2f65d126f1223957360dcf 1.00 MB 1,764 58
Previous 10 blocks ↓
Total Size: 705.18 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,666.80 GB sent, 245.51 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.