Loading Tool

Explorer IconExplorer

Memory Pool

50,713 transactions
28.44 vMB
0.07696582 BTC
Random Selection Loading Transactions
Max Size: 153.05/200 MB

Candidate Block

Mining Attempt 2fdb0a32f6007548f61621e45c537ce14e514175b32afa9cadf6f3cd1f418810
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root 11efba7e51e5bcf456d12d11e4d7c99cfc52791ce8838e5233e1077744ae725c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,221
Size: 1.00 vMB
Total Fees: 0.02278478 BTC
Feerates: 507.72 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (172,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,851 741,851 0000000000000000000111880499e348cb92228710962da30d36f1af79b02fe2 2,815 1.00/1.00 vMB 17
741,850 741,850 00000000000000000002ea57b3e2f5bae30307af7add663e8bc6db3c6a1fb8d8 3,363 1.00/1.00 vMB 23
741,849 741,849 000000000000000000047a450a48cc4d34a4621c6f7d036ff085d4012905fc58 2,312 1.00/1.00 vMB 19
741,848 741,848 00000000000000000009350ec9d35bc3dbfbc6ca620e95c0f70a44ab693822d3 2,576 1.00/1.00 vMB 11
741,847 741,847 00000000000000000002487f3d94d56400cd244a8eba4ca5b061ad8627bb448d 2,789 1.00/1.00 vMB 25
741,846 741,846 000000000000000000072013f0891e7dfc4a6201b09d4e33c94e3e329dffb73b 2,302 1.00/1.00 vMB 13
741,845 741,845 000000000000000000078668e573b025f9b44919a0b0e2ac030e9ded21359e37 716 0.30/1.00 vMB 13
741,844 741,844 000000000000000000001099b997f0845ffcedd9344334a3f417bf079180fa9c 715 0.21/1.00 vMB 13
741,843 741,843 00000000000000000002895575c9b55dd9ad692f6c6b5c088ef32c6d5afa0d5e 1,287 0.80/1.00 vMB 3
741,842 741,842 00000000000000000005110b2e493a1290e1e8e478e1ac697bd556863946fc28 2,849 1.00/1.00 vMB 16
741,841 741,841 0000000000000000000587ad1f51d1f14100b1f25bfb37c3596231e3dd1ef175 2,381 1.00/1.00 vMB 9
741,840 741,840 00000000000000000002e6552fc5d5eff7bf994adf4c8fd8524b9e698ea395b4 2,236 1.00/1.00 vMB 20
741,839 741,839 000000000000000000070c484e19ccf4d599d1e31b7b66e8e9ab494f40cc9c97 2,765 1.00/1.00 vMB 7
741,838 741,838 0000000000000000000130fb13e3a8fb0cb89c4ea618e64f4852831fc9270aef 2,618 1.00/1.00 vMB 12
741,837 741,837 00000000000000000009279b67ab6c3687b5907294f284bd366a822349c6627f 3,150 1.00/1.00 vMB 22
741,836 741,836 000000000000000000064a2baf5362d960d0a5c93a8ff65d402ba4e4e22f831e 3,179 1.00/1.00 vMB 25
741,835 741,835 000000000000000000062f32fa9a1d2fa5da2c68fded32ee943fdc4c5b7eb2ed 1,141 0.73/1.00 vMB 7
741,834 741,834 0000000000000000000145e0de3455aea008617f8ec99a028132449d9fb97846 1,729 1.00/1.00 vMB 8
741,833 741,833 00000000000000000005f5062e37b16c2e4b464648b9555d500148171cf8af03 1,340 1.00/1.00 vMB 11
741,832 741,832 000000000000000000073ca3c3b33bc48f320faacec409097055e3025b5837d8 2,676 1.00/1.00 vMB 21
741,831 741,831 00000000000000000004772501a65d68c6345f2021e3fb1d7e19512fe0f70ff5 1,799 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.