Memory Pool Memory Pool Refreshing

24,514 transactions
27.18 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,075 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,074 (29,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
832,367 832,367 000000000000000000018b61521b3887c5ba6b43c87fdcc45fd6458b3562755a 1.76 MB 1,518 17
832,366 832,366 00000000000000000002777d31efcea0718d3d0d5cc3197e2ffc6ac291150516 1.79 MB 2,540 23
832,365 832,365 0000000000000000000168315c8e53d9df196d7cc7b3a3d9f79f52334314a450 1.79 MB 1,431 13
832,364 832,364 00000000000000000001e5b550dd04c78c9923e416f97b30b56e911ff16b8602 2.03 MB 2,930 19
832,363 832,363 00000000000000000000b9e10b1875e5db2dfa7ac058a767f8449590d800f6b8 1.80 MB 2,705 26
832,362 832,362 00000000000000000002faff82563ba6742d5ef4a7199e664e4b1bd51bc4ba91 1.84 MB 2,940 25
832,361 832,361 00000000000000000002e33f5606d884ad0e3bf6d6f16d4f0fdeb8212401bb5e 1.63 MB 3,255 45
832,360 832,360 000000000000000000002e04849c289f5f65ad67c3d94c6d25778cc1188b9598 1.64 MB 3,256 32
832,359 832,359 0000000000000000000233706f02281f7ec15ba13ae6c241a0e743c4a1717cf7 1.83 MB 3,402 15
832,358 832,358 0000000000000000000040de06ddcfe56518b27901fb5c1bc16ec46ea34d23eb 1.73 MB 3,855 24
832,357 832,357 000000000000000000027e58b6ccc810628276e53462bf076f970031b4192c27 1.71 MB 3,023 21
832,356 832,356 0000000000000000000086158a29f8ed02f05fd4cf377cd073e914998ac78495 1.70 MB 3,240 38
832,355 832,355 00000000000000000002a20c3326582402176aba2085a869d7b6c257fa0ac449 1.66 MB 3,118 31
832,354 832,354 000000000000000000026b967dff980efffa309bcdfa157b8b1faf172d933049 1.78 MB 3,077 16
832,353 832,353 000000000000000000011d5042976c9063ae1ac129f6be9fa23d1962c62b4307 1.55 MB 2,361 32
832,352 832,352 00000000000000000002a7a9a50469b8e4d516b231097333fb0f64b9880770bf 1.73 MB 1,909 24
832,351 832,351 000000000000000000005850ccf8d26d963abd529de98b84a7fcbd1f1210a968 1.37 MB 1,108 16
832,350 832,350 000000000000000000030b15d9f3d5117252ebd6572a89b49a5a4e3dada935ed 1.36 MB 1,070 14
832,349 832,349 0000000000000000000167502eeff7f51ecd7e462b815e899434bca2d3750441 1.87 MB 1,647 15
832,348 832,348 00000000000000000001ebafc7f7a7d6c06c1b912a4ee32a75168dfe2dcbde83 1.79 MB 3,307 23
832,347 832,347 00000000000000000002e1bcb76a2341cc508df163dcb950f3b09cb803ed7256 1.87 MB 2,941 25
Previous 10 blocks ↓
Total Size: 684.30 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,333.67 GB sent, 100.34 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.