Loading Tool

Explorer IconExplorer

Memory Pool

30,945 transactions
18.15 vMB
0.04754300 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.52/200 MB

Candidate Block

Mining Attempt c1f3ca49a40ee003122bb32001526b88a85b8c4d18ec81ffef041742769111d5
Version 20000000
Previous Block 00000000000000000001947b38074da3ceb25843f57db9fcbda979a19d94bbc9
Merkle Root ae58fab9e458b4d06b1221f7c2bd0814e3b09ee8f82944d90a26197f74829a0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,724
Size: 0.997901 1.00 vMB
Total Fees: 0.01393137 BTC
Feerates: 219.58 > 1.40 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,863 (773,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,768 140,768 00000000000001b99c2df414993d9ee29673f5f6bb9dba4516afe27460025b57 25 0.01/1.00 vMB 357
140,767 140,767 00000000000000457f28c3cdb091c9bb5bb59c88879e869ffc652079b19fdd3e 21 0.01/1.00 vMB 160
140,766 140,766 00000000000006008df1c8c103bf85f918e824a93969008ab5c4ef2d70455000 2 0.00/1.00 vMB 0
140,765 140,765 00000000000001597d1893483d76eff31f6748d28654158bb807671ad2effbec 101 0.04/1.00 vMB 229
140,764 140,764 00000000000004c2307ae451ec132c4f7833dfd796fb8337bb45db67292b9187 69 0.03/1.00 vMB 193
140,763 140,763 000000000000073cdd1e1cb1cba8de3688382a02efc66c6eb35ee83e4178405c 49 0.02/1.00 vMB 470
140,762 140,762 000000000000035851bc2eb619dfa6708f269c1737d2cbd283dd706eabecd6d5 22 0.01/1.00 vMB 278
140,761 140,761 0000000000000655d6fbf65de7b6e2a9122a8bbc32ea4fd8083bb93aa2327df1 94 0.03/1.00 vMB 218
140,760 140,760 0000000000000797ec369d11585aa26b48e534bb192f91135d03564492ceb466 7 0.00/1.00 vMB 322
140,759 140,759 00000000000004243d28daedeae002a632718f5559a012f6aca144644936e0a5 11 0.00/1.00 vMB 34
140,758 140,758 00000000000007f2ea1a5e801470b44d7b89233ac3cf26e0ed12a8c0eaadedb9 67 0.03/1.00 vMB 144
140,757 140,757 000000000000024a037d19d8eca9a3bb135c2e5ccab96348e7c4cbe012f520a5 114 0.05/1.00 vMB 100
140,756 140,756 00000000000000ad01f513e60ad5e6a4b8c3fbb023c3f75c67bc45c080b6e3c6 94 0.03/1.00 vMB 87
140,755 140,755 000000000000021daf70a63ffdcfa7266712fc4184f702bdf484409247806332 41 0.02/1.00 vMB 438
140,754 140,754 0000000000000835f86ffd1d25d200a68540e75b2980e782e84ed1d8d0d75b42 96 0.05/1.00 vMB 118
140,753 140,753 000000000000062b9252c1824f0bcc7bf6bac21e1c901bd64ea6e8c799f33dc2 125 0.05/1.00 vMB 102
140,752 140,752 00000000000008276885e63d30d3686f5d59462c4f58d4497a5c3fa704ef157f 15 0.01/1.00 vMB 1,023
140,751 140,751 00000000000007644c681ce9e83368542e461ab5f821f955b21478ced373dce3 9 0.00/1.00 vMB 630
140,750 140,750 000000000000088c716ce46ebfb1d3480b54e961f97b05b95ef0d80f463533c6 47 0.02/1.00 vMB 458
140,749 140,749 00000000000005f7e6a7cec62453873f1e3b0bd70c238a725340f0a65ea4b4d3 56 0.01/1.00 vMB 204
140,748 140,748 00000000000004f42c655afaaee9a8b72aa10013aa8252274d96a5a8f99a8a2d 132 0.05/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 780.37 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: 523.75 GB
    • Received: 5.00 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.