Loading Tool

Explorer IconExplorer

Memory Pool

79,140 transactions
29.44 vMB
0.08183426 BTC
Random Selection Loading Transactions
Max Size: 178.07/200 MB

Candidate Block

Mining Attempt fc82a77d0beaa4ad2a8a251bc2aa534c4e4b115e260b7ed5250da068bf696b23
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5fda9b8c69f8c60b48f465109dc6082b04a1f3f2f8016c16ae62dea3657f221d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.01995265 BTC
Feerates: 100.11 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (831,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,205 83,205 0000000000156ada20258b0f085b5a602da3045f07855e885ff8744bb4c62669 3 0.00/1.00 vMB 0
83,204 83,204 0000000000080dc3074563a2212269296c8f73f8e72d4f6467a5a8bb1f1b4497 3 0.00/1.00 vMB 0
83,203 83,203 00000000001c330bc9a16c241595b3dd16dafb78da7e75067c2d776fd4de4a6f 4 0.00/1.00 vMB 0
83,202 83,202 00000000001016fa9a3d328c759456029c79b6c3af146810302d1269a0371b12 9 0.00/1.00 vMB 0
83,201 83,201 000000000008325894955ffced38ed67aa540e3d647ab2532a27042366f8712c 2 0.01/1.00 vMB 0
83,200 83,200 00000000000f83653cf83828809664ccfa6299d1b3170398e0bd6f3784883f9b 3 0.00/1.00 vMB 0
83,199 83,199 0000000000146b7f5828165a80e79d73f0daedbf5d7dd2ea866264d0f0ca7a22 3 0.00/1.00 vMB 0
83,198 83,198 00000000002d011c34ac90e7a3736933c324ba4bb2c890560ec944af486d917b 1 0.00/1.00 vMB 0
83,197 83,197 0000000000007c6cf6c8c46e2c9559ef1ff604f5ab1c5b8650fde14f3e3f664d 2 0.00/1.00 vMB 0
83,196 83,196 00000000002cc7b13bd5e0967a54d872c137c19cda6e9293121fe695d6b01cd0 8 0.00/1.00 vMB 0
83,195 83,195 000000000011096d6750ee57d2244fa24c200c0564e76bba07efae793540743c 8 0.00/1.00 vMB 0
83,194 83,194 000000000026a0b3bf1691f165ed5450a472d22508977d7dfd3378a27cac2ffd 5 0.00/1.00 vMB 0
83,193 83,193 00000000001f7153fcbf932b4506db574a811bdd86488f1ff685a1f06a828212 1 0.00/1.00 vMB 0
83,192 83,192 000000000023e8a6b7452bd8dbc55211fe62aa7638bbdda4202796e6aa53e6b3 14 0.00/1.00 vMB 0
83,191 83,191 00000000001dda90a5b35eb9a32ff88d4c713dd801c33b867b6fb8802067d342 9 0.00/1.00 vMB 0
83,190 83,190 000000000018bdf5128ee5e84076397cc0ca3ce8a95dfcd7ceab9fd787b056ca 11 0.00/1.00 vMB 0
83,189 83,189 00000000002b74c2065e9b8c03b5c428f210d7667b3131454f6e8a9fba5eb722 3 0.00/1.00 vMB 0
83,188 83,188 00000000000d6c7d5741782a505c94544eac408f11a214d656c69d5da690eb27 6 0.00/1.00 vMB 0
83,187 83,187 000000000021ca7534942246e17bee860f71038d7e3db6ed84f26ee1acb813da 1 0.00/1.00 vMB 0
83,186 83,186 0000000000206eb57a990a3bb726ad18198e810e867653ae43d5f56c4007b4b7 11 0.00/1.00 vMB 0
83,185 83,185 0000000000117411f6606cdc29b24160aa9a1618e7cc8d90c3832721e081f187 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.82 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.