Memory Pool Memory Pool Refreshing

17,052 transactions
30.71 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,176 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,083 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,175 (663,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
198,269 198,269 00000000000004a0934a00177888b9f874e21b986746d27e96d8a808155a2e54 0.09 MB 244 125
198,268 198,268 000000000000061f89fde8a7e7a474a61dd74add9fbe0be1a5f1cc413b5523ad 0.27 MB 512 122
198,267 198,267 00000000000005d3f8df2d9f59ef102a9de8f30746892400f0bd10a81cf57b8d 0.14 MB 111 98
198,266 198,266 00000000000005806956b96728ba737a7080a3f5762fb0cc1824ccb18021a9b7 0.06 MB 152 97
198,265 198,265 00000000000000bbab6ced2a933efcd389790938a43901dc0948535fad28a9f2 0.21 MB 491 145
198,264 198,264 00000000000004ed18116d0230fd89abec879dbec585b08cc99e77a73f82b3fc 0.14 MB 409 163
198,263 198,263 000000000000021cfd8d84f9b9f33a4f4b7cf73e8c4d0695d7a3f2b327845c9c 0.17 MB 571 188
198,262 198,262 0000000000000384f328cf1feaea7cd873539ce6988666e807533f1f26e95c81 0.03 MB 79 131
198,261 198,261 00000000000003fa137404f3cb44c22fae83c59404eedb69416b53208636ba01 0.02 MB 58 112
198,260 198,260 0000000000000153e9f55a0b8019db24f9b9112613ae6105f631ff36a8cd4f6d 0.08 MB 189 305
198,259 198,259 00000000000005ce8e1b4da074ecdd20cb75ccd3f343eff9a3edb1f0009d3c32 0.02 MB 48 388
198,258 198,258 000000000000007cd1f88fa78c8ad0979bead73fc95a250490c7f689ff1edd91 0.04 MB 80 154
198,257 198,257 00000000000002c010d8ff537b6742c7bb31f2666aabcbbf9892fd5222ba8142 0.01 MB 26 125
198,256 198,256 000000000000015bb62f0cb5c5f7d800bb4ca3ae9b33fee37fe6343f9ece1c31 0.11 MB 307 232
198,255 198,255 0000000000000091b75178aa4750cab57d4f195cf31a53d474d04697197a3870 0.09 MB 225 126
198,254 198,254 0000000000000622cf8629649a913952e027022e82538ba36028ca9e046cbf04 0.06 MB 189 154
198,253 198,253 00000000000000604f021d463924d731c1539ed9ba08b330e47d394f494aa4ea 0.03 MB 66 92
198,252 198,252 00000000000006169eaba5c7f40e9d18cd7c07e800e444a268284d29a2f548b9 0.00 MB 16 14
198,251 198,251 00000000000005c141464b7b33470c6597da08926e452b5b8bc5ab5502caef5f 0.16 MB 412 148
198,250 198,250 00000000000003d3f1c11d359301d321f72edb8b454be902729f2f08731c3171 0.10 MB 261 141
198,249 198,249 00000000000005fe3634b6e596fe3689c086aea9ca44e1b39b576b62ef803e28 0.00 MB 15 30
Previous 10 blocks ↓
Total Size: 684.50 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,345.63 GB sent, 101.43 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.