Loading Tool

Explorer IconExplorer

Memory Pool

48,421 transactions
27.99 vMB
0.08118693 BTC
Random Selection Loading Transactions
Max Size: 148.41/200 MB

Candidate Block

Mining Attempt 3eaeea67b19d0a4860412e1dbef70a9a98fbb206b3cca515f1884409c7c2666b
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 5d91090f3f2fdf48e2c39a39e00c7fd8efa2410b9d5204a994977f42ff1c6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.02537676 BTC
Feerates: 318.30 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (640,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,214 274,214 00000000000000016ba5151498428a7fc5853da3311ff16d7fbfbaa903a4ffd8 378 0.15/1.00 vMB 87
274,213 274,213 00000000000000049666e2c5a63f221132c985d19ad39565e72faee1357669e8 1,212 0.42/1.00 vMB 43
274,212 274,212 0000000000000002e14fcd849afa3cb2f306e2488e68df830b373948a86e14cd 240 0.10/1.00 vMB 24
274,211 274,211 00000000000000015af8f741ebf3a0643a9fa7aa3a63e7e0a0ea4aefde4762f7 731 0.25/1.00 vMB 51
274,210 274,210 0000000000000000bcc553c153ead4386545ac5cae6ab8cc865a2ce8c1fe0305 667 0.26/1.00 vMB 67
274,209 274,209 0000000000000003405edd7f2116776b4705e65345be003f3ea880a9f8216b67 108 0.04/1.00 vMB 38
274,208 274,208 0000000000000001b162a1648e02a789e00eaf0fc4a949db1f4f1a152f166c29 471 0.19/1.00 vMB 85
274,207 274,207 0000000000000003b9af4568105c843dbbb4a02361bdf4fea30c12c9ac42d43d 624 0.31/1.00 vMB 73
274,206 274,206 00000000000000018518e4e427443c8662d7a8258c01f1fbcc66c545cfd6cd1a 303 0.13/1.00 vMB 42
274,205 274,205 00000000000000037fb18dfd5a8c0414d2e1da927153ac2ed5b8e6039cc91ac2 101 0.04/1.00 vMB 53
274,204 274,204 00000000000000036062d8dbbb4be50b85e64a77a1cc36a2fd0534dc4c975c03 1 0.00/1.00 vMB 0
274,203 274,203 0000000000000001a60402b5a2b4ed4da3bd5e64c866688251efb2bbd17bea83 89 0.14/1.00 vMB 35
274,202 274,202 0000000000000002c247e55bddf17bbc135707e1e94b9d0c07456955a32a4fc9 535 0.25/1.00 vMB 67
274,201 274,201 000000000000000269efd9a6103e9151793db35ff8e60b492081c24b4c39baa7 274 0.13/1.00 vMB 51
274,200 274,200 000000000000000332b62390a003a63fb8b2c0563f1e13fe25b023333de15a4b 201 0.10/1.00 vMB 25
274,199 274,199 0000000000000000cffcd0bc54bba321e2c5e94f5d5fb74d15ec73713822be54 410 0.18/1.00 vMB 91
274,198 274,198 00000000000000014aed290e698898516db1b89de72bb0f9dd18b5f7e2856910 368 0.14/1.00 vMB 55
274,197 274,197 0000000000000001da5d4ada9e18eee81f78caf3e8f0dc59ee34a09233cddac1 510 0.20/1.00 vMB 51
274,196 274,196 00000000000000048ecfa908afb9b9418b9bab2c1a91f192b16849d0ec2d3abb 317 0.24/1.00 vMB 39
274,195 274,195 0000000000000001673b870d58d6349fd2e2399cde530cd05712766844a97093 930 0.35/1.00 vMB 76
274,194 274,194 00000000000000043ce615569343c6d1734b97b04d49bf6f9c8bfd9a92c96714 31 0.01/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.