Loading Tool

Explorer IconExplorer

Memory Pool

84,667 transactions
22.55 vMB
0.07203046 BTC
Random Selection Loading Transactions
Max Size: 151.65/200 MB

Candidate Block

Mining Attempt e26a21cff0ff840e43aeb7bfc48e3bf78aba8d4a05309609703a129f29314130
Version 20000000
Previous Block 00000000000000000000fcaab1f363857294927a8827487057b0fb99d48273f7
Merkle Root e688bb8fc5d2ba50d959d9992b5bb3a0cb7fabc6e08ae1fc0757aa0e1cbeda69
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,781
Size: 1.00 vMB
Total Fees: 0.02006399 BTC
Feerates: 265.25 > 2.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,153 (892,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,206 23,206 00000000b4f80a8d4078a08eb35441663777d176962181daffcd87be70578570 1 0.00/1.00 vMB 0
23,205 23,205 0000000046fbd235a788e9552436caa751797181eb8c4ec00f7d173afdd897da 1 0.00/1.00 vMB 0
23,204 23,204 00000000f08896d6edf39260b0b0cd6d39fc6677d1b617118f3d27c1129079b3 1 0.00/1.00 vMB 0
23,203 23,203 00000000ff7dd3dec9667f15f20d2df611680804dcd11cb8693b259137ad97df 1 0.00/1.00 vMB 0
23,202 23,202 00000000004b47b387df7cf34a54fa2e154c6b458ed84f500e2b3bca1d8f2861 1 0.00/1.00 vMB 0
23,201 23,201 000000001d621e1a75091b56ddbe287d5f536f1670a11e91d0b85fea60a00c70 1 0.00/1.00 vMB 0
23,200 23,200 0000000046df105656e8c5f0a47fa4253a75fa52e495a98008b16115a4167323 1 0.00/1.00 vMB 0
23,199 23,199 00000000072e1d5e86105271ca9c8d2b529ed438deff2c24af42f256efeb85aa 1 0.00/1.00 vMB 0
23,198 23,198 000000002918046228126b9f72f187df018568fafec8920a0bf81ed05c0ff032 1 0.00/1.00 vMB 0
23,197 23,197 00000000ef2a116381ba71988916b57c7f765d52550e45b23f18d7e407a28c5b 1 0.00/1.00 vMB 0
23,196 23,196 000000009eaf9a030ef74b0a505952e8eb48f7e0769191c272e9d23163a4cc01 1 0.00/1.00 vMB 0
23,195 23,195 00000000aa11a79c83506c2d4d05a0e89b547e7a7bb048deebf293574d02433b 1 0.00/1.00 vMB 0
23,194 23,194 00000000b8a9436993a03bf3647dcf6cfa71a73baa006363821656a3dee375c9 1 0.00/1.00 vMB 0
23,193 23,193 00000000f62dcd3b03eab0c05c086f40a5bcfb0abe06c65affb9b13386dc3950 1 0.00/1.00 vMB 0
23,192 23,192 000000009fc8e1349eb5ceddeaa73e9153a96a80e0734aaf5ac23214dd98b6a5 1 0.00/1.00 vMB 0
23,191 23,191 00000000ccd0ca9b21f6f5479a46cf7c39ac1f93813635830741a53757652120 1 0.00/1.00 vMB 0
23,190 23,190 00000000d7815f72400bcf6ff02c4b373411b0aaaaf9418cb3ef00ebdca991ef 1 0.00/1.00 vMB 0
23,189 23,189 00000000a0d74c34a6ef8d38be03c8d37fcc242eeb9193008cab66285e815498 1 0.00/1.00 vMB 0
23,188 23,188 000000000fa7b7ac15e26a820f222eaf715f6be62e63abf83ec804280a4cdbb8 1 0.00/1.00 vMB 0
23,187 23,187 00000000e6d7d12db49102a46fd6e0da7bd6d2abcfeba325f95c5bcb347241a2 1 0.00/1.00 vMB 0
23,186 23,186 000000000aa5519b133192dc8faaf78a2004620b8f67fe9c586891a9ae682f4d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 818.55 GB
    • Received: 24.54 GB
  • Uptime:

Notes

  • 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.