Memory Pool Memory Pool Refreshing

5,619 transactions
26.50 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
862,778 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,513 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,777 (564,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
298,109 298,109 000000000000000005b523fba8ff2467513689632738480ea62661e44d52c850 0.02 MB 34 16
298,108 298,108 000000000000000094aa213ed168704b652ebe5d794d7fd2521f966588a370a2 0.09 MB 161 37
298,107 298,107 000000000000000078f2bc732b28818b48665b84ef339313a11f1beb51e7f4b7 0.02 MB 64 212
298,106 298,106 0000000000000000536098752e8527687ba0ce27e51538e17cb66d1250f0891d 0.33 MB 501 25
298,105 298,105 000000000000000073e53837eeafb935222390ce5da9f37adb913418a81b7865 0.35 MB 671 43
298,104 298,104 0000000000000000211449f11d30164eee4486a4957174227b2dc5d2cc54ecf0 0.16 MB 264 37
298,103 298,103 0000000000000000508fc0a2d6f67506483e16651bcdfe74848ea6c3f756e9df 0.37 MB 697 30
298,102 298,102 00000000000000009af98f333ac36eb19e5207ccce632e94d7a8b9a67a03dfb6 0.15 MB 264 31
298,101 298,101 000000000000000029b798afe4f98adcd05e57306511540a5b86809aff8e3ac5 0.16 MB 197 19
298,100 298,100 00000000000000008bb2cd4c9680c1c38e21f0f77f4fcca452a8d534038fa3f0 0.25 MB 602 38
298,099 298,099 00000000000000004cc4bd3f9c0791bf4410a55de45787409bc7434a75d8a19b 0.02 MB 32 24
298,098 298,098 00000000000000005f4c3b6c47d4ab68e9b86f020605f869416ef336c4b84425 0.09 MB 126 28
298,097 298,097 00000000000000004fdfef937408cc5087bffe6ecccf790ccf988c4017def165 0.09 MB 166 32
298,096 298,096 000000000000000088684d8afe91dd2da19b8dcc02a5be82a76d0498300cfca2 0.16 MB 302 33
298,095 298,095 000000000000000037b099ff6d0057b84f7621eb31e75cd25e6955166434d483 0.27 MB 505 31
298,094 298,094 00000000000000001f95b78e50e24ae37c5f132f6e63096c7eae37197dc85c32 0.01 MB 24 24
298,093 298,093 0000000000000000646b72863ef1f51e835580bb305423be64f1d20268f05a1b 0.02 MB 43 31
298,092 298,092 000000000000000073c77bffd18b7cdb21242d15545dd9fd396401dec0bfefec 0.06 MB 111 21
298,091 298,091 000000000000000060644e52555c52564a408741a7f2cdc770cb38e456f8b0cc 0.08 MB 128 16
298,090 298,090 00000000000000007556900e4f3edb8b98f8511ea5c7814b70ceabc0c196b183 0.08 MB 115 34
298,089 298,089 00000000000000005237b333c8c291f7eb167dd660abc9b0a5a0bc75350b7f5b 0.12 MB 262 36
Previous 10 blocks ↓
Total Size: 685.67 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: 1,397.27 GB sent, 109.85 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.