Loading Tool

Explorer IconExplorer

Memory Pool

79,949 transactions
29.57 vMB
0.06587078 BTC
Random Selection Loading Transactions
Max Size: 178.45/200 MB

Candidate Block

Mining Attempt 6462951f59ddd5a114bde54398b4206b18aad7a99e7c4dcbdb446f2fcbd43e00
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root f68ab8301c5e4ea9352f421477db758d461f85426fb25e2067e732db2b3b7a73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,465
Size: 1.00 vMB
Total Fees: 0.00578573 BTC
Feerates: 40.32 > 0.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (298,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,308 616,308 00000000000000000007b562a04d3313a642cbae9f213aa2dcfa3e59302c1a23 2,508 1.00/1.00 vMB 24
616,307 616,307 00000000000000000007814197ea67e56baccc3966141b43018d765d91469a53 1,772 1.00/1.00 vMB 16
616,306 616,306 0000000000000000000f44c7094c07598e07f74921426057825eea71c715d950 1,929 1.00/1.00 vMB 26
616,305 616,305 0000000000000000000ac9832b77f15e43e90edce7e5e17cd804acb96a54f329 2,674 1.00/1.00 vMB 17
616,304 616,304 0000000000000000000b507b1dd2e3e2a4124c0569a7fd4571de2df97ead4355 2,583 1.00/1.00 vMB 15
616,303 616,303 00000000000000000000c003e04463d269cc91d7cd70e514788cdf875dbe99ed 3,053 1.00/1.00 vMB 22
616,302 616,302 00000000000000000000a4cef23a14ac1221f581931cb774314be10940700df0 3,145 1.00/1.00 vMB 24
616,301 616,301 000000000000000000114180b081de6a65a056d93469e25608341d12385e5468 3,035 1.00/1.00 vMB 27
616,300 616,300 00000000000000000003d5f733ada4e22f05873059bfd238af1240bb4e410832 3,264 1.00/1.00 vMB 30
616,299 616,299 00000000000000000005ef6e6e9064d292be918897147b0efe92ff07103b916c 2,494 1.00/1.00 vMB 25
616,298 616,298 0000000000000000000bea526bbd0a8c0b31e7b38e5d2de899a70ee68cd793f7 3,232 1.00/1.00 vMB 28
616,297 616,297 00000000000000000007983ce80849d7775aaa691c1ce6f14ad3a795d93d34bb 3,380 1.00/1.00 vMB 31
616,296 616,296 0000000000000000000a218dc85a4ea01987bb82931c46b9b97835c5d5baa5eb 3,353 1.00/1.00 vMB 33
616,295 616,295 00000000000000000010ec2d5a14d4eb2366fe4acf6cd3350d73b6ac38dd1a55 2,901 1.00/1.00 vMB 45
616,294 616,294 00000000000000000000fd73fbeff54e24b5db3a7a693e6a4e62c70f16e845ce 2,754 1.00/1.00 vMB 32
616,293 616,293 00000000000000000005ba041167aa50bb800037c1a67a5a84b70a92ceaa03a1 3,005 1.00/1.00 vMB 29
616,292 616,292 00000000000000000009c6746dea2dd8388d9a1aebe1d1dab6a8e8a1c4470833 2,549 1.00/1.00 vMB 43
616,291 616,291 0000000000000000000c52196c6151e70f3f366e9866aec611ebf50e72a6f36e 2,385 1.00/1.00 vMB 17
616,290 616,290 00000000000000000004f813e1af72f2a9333dcbfb13293326ce7cb359ee05a6 3,238 1.00/1.00 vMB 28
616,289 616,289 000000000000000000027a07f8132e0fafe7c7b51ef7a6b2b55211e024ec27cc 2,746 1.00/1.00 vMB 21
616,288 616,288 000000000000000000050c2882742b7fcba5487731f7f6eaa33b4e6f81c079c4 3,038 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.33 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: 660.37 GB
    • Received: 14.70 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.