Memory Pool Memory Pool Refreshing

35,977 transactions
30.92 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,363 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,967 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,362 (647,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
214,446 214,446 000000000000006cdd792fc12e5c5cfb87618010bac15c1b0bac9105237d01ab 0.00 MB 8 0
214,445 214,445 00000000000004fc92e6a2cbfbef59c74326e08dd21521c5b8f68bce275056d4 0.14 MB 333 211
214,444 214,444 00000000000001337c64c73e1ea897f564dc11d0410eb66e70518545c9b17406 0.02 MB 71 173
214,443 214,443 0000000000000455d33e986200d56f4969835c09fb26c30f45000933bad6f184 0.05 MB 130 200
214,442 214,442 000000000000017665c630dce8a70b9bda77453c2ceee3027fbefbbfe4002825 0.03 MB 86 150
214,441 214,441 000000000000016b5d2fee977c870a971792e521574a997e615d886b73cd62dd 0.09 MB 247 181
214,440 214,440 00000000000003acfcc29b15ce86ebe7eea8b52f379890f2d347a378fce335dd 0.01 MB 34 148
214,439 214,439 00000000000003b863f2d698f28fe8e29c0cf69eebcae772ca0be6ba0cd732b1 0.04 MB 70 113
214,438 214,438 00000000000002d887ee56826ea40b4e64db56a3760bc8550d125f04d91017af 0.02 MB 32 118
214,437 214,437 000000000000050d5624f2b18cd769fd6f920d939019d7377e6204a92d15f71d 0.02 MB 53 146
214,436 214,436 00000000000004ba04da3c44a9b263b3377539c01fecdc65c65c13c3d21b7e38 0.13 MB 374 219
214,435 214,435 00000000000004495247ff1d1ad77bf382e120304685b8463729a9d80fa28457 0.03 MB 56 114
214,434 214,434 000000000000026d3216670d55cb262d83360a9b104b136509268ae2d687b32a 0.02 MB 39 169
214,433 214,433 000000000000052bd59921cf2e9dd37ad2646a886ef00612f0c14ea0b1e175e6 0.07 MB 145 173
214,432 214,432 00000000000002cf3565cbe69bde53058584884e600dedc62e6e64e3118acd0c 0.28 MB 263 72
214,431 214,431 00000000000003852178be49600054ab4940366762b2197baaac71eec0d4b1e6 0.05 MB 138 228
214,430 214,430 00000000000003c0cc4a47af9113bb0a502a9e0173b29d647347aafc23732588 0.10 MB 240 192
214,429 214,429 00000000000001ec0f6bd0574498337c84b42dd552f85931c30f007e7db3abe4 0.14 MB 285 175
214,428 214,428 00000000000002f42f6db7c6d23a4839fd7b5ba6dccbfc72646c2ec71b7b130b 0.15 MB 374 212
214,427 214,427 00000000000001a4475d624a8935a39e69ad4f37a0bf738cf17e25183bf4f468 0.07 MB 112 123
214,426 214,426 00000000000003e79dcb47c62a2337fb92f8c7f16b638e36bf3060c919751a12 0.01 MB 24 125
Previous 10 blocks ↓
Total Size: 684.85 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,365.41 GB sent, 104.01 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.