Memory Pool Memory Pool Refreshing

41,103 transactions
20.44 vMB
Show Random Selection Loading Transactions
Max Size: 113/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,629 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,750 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,628 (289,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
581,052 581,052 0000000000000000000e072b9627856fde7ee492c873b87b5d561c126284ed43 1.08 MB 2,508 17
581,051 581,051 000000000000000000121429f48604cb6e3ac9a08f7166bcf8738cb5185f1c18 1.28 MB 2,943 62
581,050 581,050 00000000000000000013c3f0fa9d49dc639c9f597c4bb2bba7742d447cef5add 1.33 MB 2,344 112
581,049 581,049 00000000000000000018783e0cd2f1cd60d6a6f88dc1ec7f89285f39015fac70 1.17 MB 2,148 48
581,048 581,048 0000000000000000001b7a59574f4940c89b1e3f04a1e440276044878e580370 1.08 MB 1,404 30
581,047 581,047 000000000000000000044678a3732a87b618c52d91e59889628928c45301899f 1.09 MB 1,535 31
581,046 581,046 00000000000000000022eaad5c5048d6f1170b274af37830ae5357b528a30558 1.10 MB 1,712 31
581,045 581,045 0000000000000000001777b030658d8009baa6ac4e67892cec7a66802e749459 1.20 MB 1,675 15
581,044 581,044 00000000000000000024483d37160e653147f892afd0319bc1f259e17a8aef50 1.12 MB 1,847 34
581,043 581,043 000000000000000000204e2544b4fc7a36b5a3e58bf415ebd0aa7b0b82cd5869 1.19 MB 2,265 25
581,042 581,042 00000000000000000012f53444caa8ce7508ca108c4353050821b246db83c560 1.11 MB 2,222 22
581,041 581,041 00000000000000000000a5ac343a0857716083a9a1821ee8d1ba73f85a8ab50f 1.27 MB 2,114 46
581,040 581,040 0000000000000000000d2f1c4822d2bba17899d6d13c6cdd4fbf1e2f4617a7f8 1.14 MB 1,772 44
581,039 581,039 0000000000000000000a1cbb2c946e139606ecaa308dcede1fa9d741f78aaf71 1.19 MB 2,002 48
581,038 581,038 0000000000000000000bb27f73b47a612841226767115e8085aab4f901260031 1.25 MB 2,675 68
581,037 581,037 0000000000000000001a1b89e6761f31653d81d453f415270d7c5c7866153de9 1.38 MB 1,127 30
581,036 581,036 0000000000000000001b0d831c445769af39d6ffff09bba9153a6e27fca78b5e 1.17 MB 2,190 50
581,035 581,035 0000000000000000001d8c2e960b4298d768df075c332151746e342de239664c 1.16 MB 1,679 37
581,034 581,034 00000000000000000018d4be5960d7508025270f433ab336c10cebc5c6c057af 1.37 MB 3,238 43
581,033 581,033 0000000000000000000ddd835f6d6e143848e7f6d818d6fab039ed258f791f61 1.19 MB 1,911 45
581,032 581,032 00000000000000000003b50a11abcafd9f3fadb514228133bf881e3038c72da0 1.29 MB 2,846 84
Previous 10 blocks ↓
Total Size: 700.64 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,374.56 GB sent, 214.77 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.