Memory Pool Memory Pool Refreshing

46,167 transactions
23.88 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,597 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,186 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,596 (518,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,061 353,061 00000000000000000e89b8b1017d163689cbb19985e6b9cace80f22e200f1fcb 0.24 MB 462 26
353,060 353,060 000000000000000004720b09e5232d47f64028fa7da00c8353746c3b564507bb 0.23 MB 525 28
353,059 353,059 0000000000000000054f7a8bee4e6bb7e199ebc7b7d6c1c7b15a212ff0dc6334 0.01 MB 23 22
353,058 353,058 00000000000000001341aa230db9ee7c9d8fc9dd17ebf7a41513d08251909809 0.08 MB 152 26
353,057 353,057 000000000000000007518d0e7d181592eaa19cb2d7d20d09022b2f78fa1a7310 0.05 MB 117 36
353,056 353,056 0000000000000000102797a05013379cb99fb11f45df0e379b215cfd50af57fd 0.08 MB 177 22
353,055 353,055 00000000000000001341b23ed12c434b08e2355008c8cbf632ec9749a77a28b7 0.29 MB 609 26
353,054 353,054 00000000000000000a4d578df4d83dec4e36c86b5c23d2772392f293e1a23a4d 0.50 MB 1,086 27
353,053 353,053 00000000000000000f2711eaf866c95e775c84410466720cea4b5f65163a7f81 0.10 MB 144 10
353,052 353,052 00000000000000001005bbcd708825a4bda8803e28d0e0dd294b41b320657681 0.14 MB 264 28
353,051 353,051 000000000000000008a073c321cd1f1c61287dcc5ca46ef1ef9ccd9c854e462f 0.69 MB 1,297 26
353,050 353,050 000000000000000010bb253066fd184064151c4f14c0f81d17c3d128e6c05166 0.55 MB 976 24
353,049 353,049 0000000000000000157c1a8ba30eeba9746d3e43c43292c5cbca5ee4adc36ada 0.14 MB 246 29
353,048 353,048 000000000000000004b6192f139b089149ed372e9432065e7d2e70c2f518acbe 0.01 MB 24 21
353,047 353,047 0000000000000000003f8906aefdd9890646f1ddff18b584335b13d6891f5d12 0.06 MB 101 18
353,046 353,046 000000000000000001dec81dbcb17614d46887366ff04727d46b2889901cad8c 0.18 MB 326 26
353,045 353,045 00000000000000000e73e6282a3cd4228f0c37fd13715b4e7e320c2e60833141 0.24 MB 447 23
353,044 353,044 000000000000000012d55945425b0e051df4ce34ebf1f5033a08c2b30cadc610 0.12 MB 190 25
353,043 353,043 00000000000000000856d060c1a51882c5f8cad47aa8a66ff2fd31863de9bfff 0.05 MB 88 21
353,042 353,042 00000000000000000867c17e17105c8beea71cde8131860eeb5d2dd35d4b894c 0.21 MB 409 24
353,041 353,041 000000000000000000234db7f1b3de13d6931b702d64742a604abf8e08fa4f4b 0.15 MB 322 28
Previous 10 blocks ↓
Total Size: 702.44 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,544.66 GB sent, 227.74 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.