Loading Tool

Explorer IconExplorer

Memory Pool

79,087 transactions
29.34 vMB
0.12396492 BTC
Random Selection Loading Transactions
Max Size: 176.67/200 MB

Candidate Block

Mining Attempt 5d7a0671ca5d14325810cf98e3369e273c891e3f5b9ee3b2c3b71a777ddd5771
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 258dd75e5e708a4d9e1ab2306a986b40ea6a38297a5ef4a5dea38e4de6254b8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.04487218 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (752,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,200 163,200 000000000000006a4c9c33805a0798c894cfb3b0c91918a694ed85d65b3d9000 12 0.00/1.00 vMB 79
163,199 163,199 0000000000000787290283750ccbe902144a11d130a61542f7a29b475a5de126 15 0.01/1.00 vMB 513
163,198 163,198 0000000000000946a2fe7432f55ea1430459959681099c58547815d2ecb01fc7 10 0.00/1.00 vMB 69
163,197 163,197 000000000000055f362c3c62baae8ebd68c0bcefcbaa2fc6778ef24098d79651 75 0.04/1.00 vMB 290
163,196 163,196 0000000000000c96476bc49af3d890d743d37db14623c54955ca368ff9c9288f 8 0.00/1.00 vMB 29
163,195 163,195 000000000000020fc745d93dae16ba2f664e658e7d217147d1daeeb970fde123 47 0.02/1.00 vMB 26
163,194 163,194 00000000000009c2f6c025c4dd9a736c049c4118a255e0d367f354829f6df56b 14 0.00/1.00 vMB 313
163,193 163,193 00000000000004fde2ded7a616c7a4b4abbf1bf6d87674ebc17a898b5676c75e 12 0.00/1.00 vMB 64
163,192 163,192 00000000000005f3c2b33fb6feae0d6032949cecdd1330fe52a79e5a040e37b7 5 0.00/1.00 vMB 627
163,191 163,191 00000000000002b9933571b8e113fbd8ab85e438a5b2a8910fb735312210a3d6 23 0.01/1.00 vMB 265
163,190 163,190 0000000000000d447398db5098678961013fb7b978cd909de834c825c00b7b43 60 0.02/1.00 vMB 3
163,189 163,189 00000000000002d73ab0dc10e4176898d09281f1421f0c749510ca2008ea507d 62 0.03/1.00 vMB 57
163,188 163,188 0000000000000ccc120b9ff1b66760ac3c534a2867f89a55a68ef163d0228e6c 105 0.05/1.00 vMB 1,037
163,187 163,187 00000000000006849d1bf72f9b1aabde0abafedb72a93588568c15fbcc776fad 20 0.00/1.00 vMB 41
163,186 163,186 00000000000008d7265ff2d118264509b5858c6eea9e401a0660b1fda1ad9001 5 0.00/1.00 vMB 0
163,185 163,185 00000000000007e5ab7acbd8ac7ffdd8858a1cc3d7255795b22ad2a37ac520b3 7 0.00/1.00 vMB 19
163,184 163,184 00000000000006302e28281fe8fad3cf690fd9bdfd835a7b087b498a8437c623 55 0.02/1.00 vMB 82
163,183 163,183 00000000000008a8453b8868424bb2a0cb05a786bef61e0a8661415c16959c66 7 0.00/1.00 vMB 506
163,182 163,182 00000000000005b9d7acf1dc1f53dff72a7590da560e91dd9305d389d4e8ade0 11 0.01/1.00 vMB 30
163,181 163,181 000000000000048a1fdbb87bfdc2c6860fc37040e4ecda47129462ee460c89f9 30 0.01/1.00 vMB 136
163,180 163,180 000000000000060ba0d258d6673d00b5805048fef090de428bd1afee2636d6dd 34 0.01/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.