Memory Pool Memory Pool Refreshing

59,581 transactions
31.02 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,839 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,348 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,838 (45,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,613 824,613 000000000000000000020e2499b555b5357bfa1012045c3c83c3eb8e6546e19d 1.73 MB 3,377 52
824,612 824,612 00000000000000000001bdbe891f285ccca83294de88b6334813e3e690e412a6 1.96 MB 4,686 41
824,611 824,611 0000000000000000000343753e50f3533a63d0d6d102e7468f08d5caced54dd9 1.40 MB 2,007 41
824,610 824,610 000000000000000000035b4b93949f4fb6f8dd2f8945b7aa8a298c66e27b913c 1.68 MB 3,236 46
824,609 824,609 00000000000000000001b9a307ef68a859b8171fd263c3f6b2110ee8997c94de 1.84 MB 1,548 38
824,608 824,608 00000000000000000000c15109a541b7ccba6969f84cbaf8f7b4551b81d6f125 2.03 MB 2,135 39
824,607 824,607 00000000000000000000ca2c9d7f7575f83ddb41491d14a73227ffb6faa3426b 1.81 MB 2,088 39
824,606 824,606 000000000000000000013f1c53510d2fcd7786805a4bf1a4d5a800bbb069f99c 1.70 MB 3,625 57
824,605 824,605 000000000000000000032a186495c57b2c1d70b907886c77139e238445510508 1.79 MB 2,889 56
824,604 824,604 00000000000000000002a2c24bb8544bd33f44d6c0e45cb86391b1f1a96bdca5 1.45 MB 2,291 57
824,603 824,603 00000000000000000001e42af22fc2701c420d769ad0526316f2b71cf93d5f0b 1.62 MB 2,627 63
824,602 824,602 00000000000000000003ccd60e9ef2e0eb3c754e927379e7bc9d22c3c53bb2fd 1.52 MB 2,864 58
824,601 824,601 0000000000000000000237dcb2a4e6ebb21b499cd81a1ec94b49053c8636be34 1.52 MB 3,522 103
824,600 824,600 00000000000000000002c95fa3e82fe73923535354143e4b99d7355f577f44dd 1.76 MB 2,725 59
824,599 824,599 00000000000000000001c19dcf6c68c4cc56310c327809eea3a3f926c6fab9ec 1.71 MB 3,309 71
824,598 824,598 0000000000000000000071db66786c7bf97778af248b9406535ecc27216e55fb 2.59 MB 2,065 48
824,597 824,597 000000000000000000033e5162c60ce540e8025a6f16c597c2631985ee57089f 1.86 MB 2,644 47
824,596 824,596 00000000000000000003a3a5ae691c4a6d91261903a1d75c0ca5be95f9705e3c 1.89 MB 3,457 62
824,595 824,595 000000000000000000005620c57bcc66b0d5c58e2f6a5dfaa67f90e730f1617d 1.55 MB 2,758 55
824,594 824,594 000000000000000000005fd682b7e0ce0fd478e16dd46549b225bd7eae035902 1.58 MB 3,253 74
824,593 824,593 00000000000000000002688854684cb1c6621841d93a28d28fc9555cc87df447 1.49 MB 3,277 79
Previous 10 blocks ↓
Total Size: 699.16 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,112.93 GB sent, 204.95 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.