Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,002 transactions (0.60 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,853 000000000000000000022cb30000000000000000000000000000000000000000 0.60 vMB 2,002 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,852 (886,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,207 23,207 000000006d0423276d77fe8e1dd6a4e9ccc6449898bb4581a99515e2a815182b 0.00 MB 1 0
23,206 23,206 00000000b4f80a8d4078a08eb35441663777d176962181daffcd87be70578570 0.00 MB 1 0
23,205 23,205 0000000046fbd235a788e9552436caa751797181eb8c4ec00f7d173afdd897da 0.00 MB 1 0
23,204 23,204 00000000f08896d6edf39260b0b0cd6d39fc6677d1b617118f3d27c1129079b3 0.00 MB 1 0
23,203 23,203 00000000ff7dd3dec9667f15f20d2df611680804dcd11cb8693b259137ad97df 0.00 MB 1 0
23,202 23,202 00000000004b47b387df7cf34a54fa2e154c6b458ed84f500e2b3bca1d8f2861 0.00 MB 1 0
23,201 23,201 000000001d621e1a75091b56ddbe287d5f536f1670a11e91d0b85fea60a00c70 0.00 MB 1 0
23,200 23,200 0000000046df105656e8c5f0a47fa4253a75fa52e495a98008b16115a4167323 0.00 MB 1 0
23,199 23,199 00000000072e1d5e86105271ca9c8d2b529ed438deff2c24af42f256efeb85aa 0.00 MB 1 0
23,198 23,198 000000002918046228126b9f72f187df018568fafec8920a0bf81ed05c0ff032 0.00 MB 1 0
23,197 23,197 00000000ef2a116381ba71988916b57c7f765d52550e45b23f18d7e407a28c5b 0.00 MB 1 0
23,196 23,196 000000009eaf9a030ef74b0a505952e8eb48f7e0769191c272e9d23163a4cc01 0.00 MB 1 0
23,195 23,195 00000000aa11a79c83506c2d4d05a0e89b547e7a7bb048deebf293574d02433b 0.00 MB 1 0
23,194 23,194 00000000b8a9436993a03bf3647dcf6cfa71a73baa006363821656a3dee375c9 0.00 MB 1 0
23,193 23,193 00000000f62dcd3b03eab0c05c086f40a5bcfb0abe06c65affb9b13386dc3950 0.00 MB 1 0
23,192 23,192 000000009fc8e1349eb5ceddeaa73e9153a96a80e0734aaf5ac23214dd98b6a5 0.00 MB 1 0
23,191 23,191 00000000ccd0ca9b21f6f5479a46cf7c39ac1f93813635830741a53757652120 0.00 MB 1 0
23,190 23,190 00000000d7815f72400bcf6ff02c4b373411b0aaaaf9418cb3ef00ebdca991ef 0.00 MB 1 0
23,189 23,189 00000000a0d74c34a6ef8d38be03c8d37fcc242eeb9193008cab66285e815498 0.00 MB 1 0
23,188 23,188 000000000fa7b7ac15e26a820f222eaf715f6be62e63abf83ec804280a4cdbb8 0.00 MB 1 0
23,187 23,187 00000000e6d7d12db49102a46fd6e0da7bd6d2abcfeba325f95c5bcb347241a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,167.07 GB sent, 113.90 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.