Memory Pool Memory Pool Refreshing

83,602 transactions
32.34 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,166 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,294 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,165 (276,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
594,104 594,104 00000000000000000012b978b865ab136f05af104828c7a70277951ddef7ce74 0.03 MB 66 38
594,103 594,103 000000000000000000098ef21b6777888d777966e8cb6288034a1d6cd864255a 0.20 MB 282 14
594,102 594,102 00000000000000000001f324d3b30e5b868e8e62b83eecbca1d49d95863387f8 1.22 MB 3,757 25
594,101 594,101 0000000000000000000f1085f3d94e878c79637ae3bb0a7d31daef9407f86591 0.30 MB 811 28
594,100 594,100 0000000000000000000787729d8d22659e69183a74a5c4d0b9517cdfade7a1af 0.84 MB 2,054 29
594,099 594,099 0000000000000000000978db2faad2ceb0842bc314780f77d0d85c8de590b38f 0.90 MB 2,006 25
594,098 594,098 00000000000000000016ee5e7e1c7cab80eeba58dee3aa8397a4e7e7dd67e27e 0.72 MB 1,353 8
594,097 594,097 00000000000000000010c5097c2cec926610649cb985654ae0133eef8aa54424 1.26 MB 2,559 42
594,096 594,096 000000000000000000057656dc510c2c03a69b66e99764f77d8781383df87afa 1.04 MB 1,528 29
594,095 594,095 0000000000000000000799a66b67ff5b9f050aa54df373f9716a0a443b48c8ca 0.16 MB 229 38
594,094 594,094 0000000000000000000ea15886231fc03138f2535d1a335e6b90bdc16ae77f87 0.12 MB 228 47
594,093 594,093 0000000000000000000e052fc5900794b8c06477a72d4de1c4c7be36b0a7813e 0.61 MB 1,144 13
594,092 594,092 000000000000000000092187ad7848ebff1001d82c64431f1c96d917d40acc9e 1.10 MB 2,523 7
594,091 594,091 000000000000000000153e101711abee7bbafbce73469ecbd2d6357330f0d15d 1.27 MB 2,720 34
594,090 594,090 0000000000000000001827d326f1de995daaf85d0bba1dff24d71c6556f82fd4 1.19 MB 1,482 19
594,089 594,089 0000000000000000000fa49700512e23ec0e06514d914d7bd72d05a920d851fb 1.45 MB 2,120 39
594,088 594,088 0000000000000000001825dae37e226c97576dbaab35885bff5666bcd25df1b0 1.32 MB 3,190 40
594,087 594,087 0000000000000000001279d37d42866f9281a4ed96915a6cdf6cec1ca63defe5 1.24 MB 2,884 48
594,086 594,086 0000000000000000001a0962112ddd57cc8e1075193ae016239193338d1296d1 1.31 MB 2,835 46
594,085 594,085 000000000000000000139ffec5ff16cfd4ea7c69319bb1b88c7ff167543b03f9 0.18 MB 555 30
594,084 594,084 00000000000000000003e6412533f28f00b4338583702dff7f6ea98090e9d115 0.05 MB 113 39
Previous 10 blocks ↓
Total Size: 699.77 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,186.44 GB sent, 208.87 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.