Loading Tool

Explorer IconExplorer

Memory Pool

47,084 transactions
27.91 vMB
0.12934160 BTC
Random Selection Loading Transactions
Max Size: 146.39/200 MB

Candidate Block

Mining Attempt d9c467affb4812ba3ac77ecd0fbec0f1b1ed4a8e8bd190b6cb9282ec52e988d8
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5681b61e8128dc141128e564008f3b401a7723f112af8604ded5813d902d4c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05809435 BTC
Feerates: 151.01 > 5.82 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (251,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,339 663,339 0000000000000000000d2b363cd65fc6bf93bc7e635c0a8b5bc6f2fcc86ddeb3 1,669 1.00/1.00 vMB 13
663,338 663,338 00000000000000000009ce80b92dc6eed958264f9cd2d15757710e5da5001582 2,469 1.00/1.00 vMB 76
663,337 663,337 00000000000000000009efad712a6c631603fe8952330ba0e166ab39d5f5d693 1,930 1.00/1.00 vMB 37
663,336 663,336 00000000000000000004f6590f016d9e814e40abec124525b94010a1b1c6a6ad 2,282 1.00/1.00 vMB 29
663,335 663,335 00000000000000000008c32af9f0c1964063b7a5fdbca9f3eacd4af5b770ddc2 2,052 1.00/1.00 vMB 19
663,334 663,334 0000000000000000000b64ca681290f99444ab2b81857c83278a261f79284821 2,490 1.00/1.00 vMB 14
663,333 663,333 0000000000000000000abdb8c2a57746f5bf173a845db8be00ccdc90d1f2ec9c 2,383 1.00/1.00 vMB 87
663,332 663,332 000000000000000000025cc7e5b183f67d7121e2eb63c62568e3095fefe3ae16 2,243 1.00/1.00 vMB 98
663,331 663,331 0000000000000000000ef0e0efa98a46f9d1544205c78c3b34d84b8c28d9fc43 2,280 1.00/1.00 vMB 63
663,330 663,330 00000000000000000008440edaf9215796f6941518dd207451a6f906d2230e35 1,691 1.00/1.00 vMB 22
663,329 663,329 0000000000000000000d5e57673bb02bc5add3da7f1193b3b51178e978fcfd0e 2,197 1.00/1.00 vMB 61
663,328 663,328 00000000000000000000ef6ba6930718841059007b90f5a4a616ccec0a8b1701 2,108 1.00/1.00 vMB 39
663,327 663,327 0000000000000000000f1e43e07bd01dc045b94049556e368db752bbf6af8568 1,408 1.00/1.00 vMB 87
663,326 663,326 0000000000000000000e8c40d1583fa761faea28b7c69c872976f18a57929871 2,524 1.00/1.00 vMB 114
663,325 663,325 0000000000000000000a97963bce4f48e4de3128ef339e143f0cee03d22f391f 2,261 1.00/1.00 vMB 25
663,324 663,324 00000000000000000003452e7f0d2ce264ccbfe4ee120feddac6f3aea17d1c0c 2,108 1.00/1.00 vMB 37
663,323 663,323 0000000000000000000412c2dab85f02bd87e2520d7e87ca6a815d73bba640c8 2,639 1.00/1.00 vMB 107
663,322 663,322 0000000000000000000e1b6504f8422bad71c856657376268e88b9dd260fd14f 1,894 1.00/1.00 vMB 5
663,321 663,321 0000000000000000000cb6890e6f35b136b16d8e7a76b6549d5c7e5e767962e3 734 1.00/1.00 vMB 7
663,320 663,320 00000000000000000009460636416533bf576e8db98418a9016bb59825c8931d 2,179 1.00/1.00 vMB 28
663,319 663,319 0000000000000000000bc7ea922cdea0c38d4ef6d4ed09ec18b7c29f73aaeaf4 2,295 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.