Memory Pool Memory Pool Refreshing

47,210 transactions
32.56 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,510 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,355 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,509 (284,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
585,144 585,144 0000000000000000001ecc5fab2c884a668eeadc716386f5702d98870762bda6 1.04 MB 1,011 7
585,143 585,143 0000000000000000000f114bb43c7c83efa715c052977d6807d508d4bee849ff 1.09 MB 2,462 12
585,142 585,142 0000000000000000000544b28cf4452e9b3f9eb521276c214872b5d7d48e10ce 1.08 MB 2,304 13
585,141 585,141 00000000000000000011b3fec303a576bc189b9d4bc00d81025e5249b99a9db4 1.13 MB 2,306 16
585,140 585,140 00000000000000000010d168ccfdc7abb4adc65725307bae6fe8ed8766b0fbb7 1.03 MB 570 5
585,139 585,139 0000000000000000001a09eeb92e1e6ccaaef2d94c78cf9d070c414e522814e1 1.15 MB 2,382 31
585,138 585,138 00000000000000000001da364954c307cc7fc261b6d507c450dde1e4d997f73c 1.30 MB 1,850 23
585,137 585,137 0000000000000000000d16acae36abc403b6fcf23032694c21648b535ab34060 1.15 MB 2,181 17
585,136 585,136 00000000000000000003c1672f3bd709b7d40e8373c89fd7c166d8d1cc1590da 1.29 MB 2,724 71
585,135 585,135 00000000000000000011d5bcc8256c44d874918d191dfe8311a2b90ccd625caa 1.25 MB 3,084 51
585,134 585,134 00000000000000000001f789f4545e392caf123ea6a84049cd54a21eb392b597 1.02 MB 559 4
585,133 585,133 00000000000000000010249af8d0729c6b1eac551930b56cb3b50b36f62e3630 1.10 MB 2,539 13
585,132 585,132 000000000000000000149bc8d9ff9b22e12368b7331a726c5cdd1d0ee55080a9 1.29 MB 2,851 61
585,131 585,131 0000000000000000000b9ed9d815be85bc8aeaff1575b6389d38182bfd11bd6b 1.05 MB 1,437 7
585,130 585,130 00000000000000000007ba421f9c1c50af2babc0d5e468e4c6b67c846e5d9ac3 1.21 MB 2,439 18
585,129 585,129 00000000000000000018839f6156131ce6c56113263a8c1e76a74ed4958e91e5 1.21 MB 2,034 10
585,128 585,128 0000000000000000001a7f726f987a0caec536d556c1d7c0df07718e55a2e61d 1.24 MB 2,537 32
585,127 585,127 0000000000000000000d935d9b9bace871e15be6d4371e3fb63f87ad2dc6fc51 1.22 MB 3,009 42
585,126 585,126 0000000000000000000ece902fc91add19bdf962bf8b0f56ea21c56c5d0ffec1 1.29 MB 2,986 60
585,125 585,125 0000000000000000001ce65fbb0cae2a136d42f9461472c90c560b2e5e427c5c 1.08 MB 1,308 10
585,124 585,124 0000000000000000000a93d82429a0f7e049bebac8eea544372c18ea7277bf3b 1.24 MB 2,060 33
Previous 10 blocks ↓
Total Size: 698.54 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,093.13 GB sent, 200.88 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.