Memory Pool Memory Pool Refreshing

43,086 transactions
21.86 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,635 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,560 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,634 (684,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
187,604 187,604 00000000000006bfa19592b6f206ff8ad7d227bbb6de2b101a43ec8e422cad4e 0.03 MB 73 83
187,603 187,603 00000000000002e03f002487f0c4a5af0a99868771f07d9df95389a115ffc2b4 0.00 MB 1 0
187,602 187,602 00000000000006d4e44ef28a46b7e042b0f1401bf04fb6141db04fba4ccc27a7 0.13 MB 237 95
187,601 187,601 000000000000036454d28f39c93344ed780df49d02ab9f2230ed950918bc518b 0.00 MB 13 76
187,600 187,600 000000000000009555a0b09a482720a894042fdae60a7df10cc2718b596c220f 0.02 MB 78 93
187,599 187,599 0000000000000843f714f05037b8cc078db493b88f5d17cc13cdd85fb600ecf9 0.00 MB 12 34
187,598 187,598 00000000000000e7ae695d705401bb28c971094adb2ecdc21ce2a8255ff62ab3 0.18 MB 466 136
187,597 187,597 000000000000028fcc2cc8c2e8d3111a32f533a5bc60febf1fc366156a00990d 0.05 MB 134 87
187,596 187,596 0000000000000843c7d0c0e8ce3d2e2d7f1a611a14f184ddcd12e957ddad0574 0.03 MB 98 43
187,595 187,595 0000000000000548edacb893d4a928ccea85383368c15678e73e4dc423644013 0.05 MB 122 114
187,594 187,594 00000000000004e20dc6194c8bfa953560c89e073d7d85f1dd34ade6f5980388 0.04 MB 74 116
187,593 187,593 00000000000001af5d025f94ab9507af1b7f04e3f83f971aa02bf8ab0492cfed 0.03 MB 55 95
187,592 187,592 00000000000001c9aef01fc718652d5f214ec12f9eb27f1d953aafeb61a86b1e 0.23 MB 656 256
187,591 187,591 00000000000002b34a755d25a5fee4c0ad0c018cf94f4b0afef6aabe823d304a 0.03 MB 84 428
187,590 187,590 00000000000003f07c1227f986f4687d291af311a346f66247c504b332510931 0.13 MB 283 145
187,589 187,589 00000000000006edbd5920f77c4aeced0b8d84e25bb5123547bc6125bffcc830 0.00 MB 11 8,569
187,588 187,588 0000000000000753579588da5fcd7cd2affd6c852055a4b19d9c5f0dc616f04d 0.02 MB 67 159
187,587 187,587 0000000000000522db7010cffe7c296d15cd4e8d2620d6447bd04a19d281940d 0.07 MB 181 171
187,586 187,586 00000000000009735c2655cbc2891d0d829b417f8e3bd0e82d7a870ce2dec049 0.01 MB 36 79
187,585 187,585 00000000000000f5de22a787514fbc4ee2506f52bb9140b668b86c6ef36c0c72 0.03 MB 57 88
187,584 187,584 000000000000006faba3ce3c779fa46e0fe29b7e3b93e076a19d19fc928f422b 0.05 MB 163 53
Previous 10 blocks ↓
Total Size: 702.51 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,546.43 GB sent, 228.16 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.