Loading Tool

Explorer IconExplorer

Memory Pool

41,523 transactions
26.67 vMB
0.05506384 BTC
Random Selection Loading Transactions
Max Size: 139.86/200 MB

Candidate Block

Mining Attempt ba4875c1da13ea58e93a580664c2482b89d956ee7ac5b6b6ddf8b7f1f9abdd45
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c29e9c4b9cb01551fbced9e4f9873daafe17c56422ec7f939f31aa9c5dfe4110
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.00584030 BTC
Feerates: 103.41 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (251,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,342 663,342 0000000000000000000a1ff45dc19bc4099ea7c9267371856cd9a3eae2ebea4e 1,801 1.00/1.00 vMB 12
663,341 663,341 0000000000000000000722f43f6fb039c792ccdd7743832fc3b173a094de4a01 2,473 1.00/1.00 vMB 80
663,340 663,340 000000000000000000045e7bdaac3b1d3efc111b462491f5ca1068774a050726 218 1.00/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.