Loading Tool

Explorer IconExplorer

Memory Pool

86,612 transactions
31.80 vMB
0.10855429 BTC
Random Selection Loading Transactions
Max Size: 194.80/200 MB

Candidate Block

Mining Attempt a277d1e5c31fa433e07c65c6160a5bbfe6c82849cdffa6a16f9bc69b5a41767e
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 9c77164a34dab4669d378c58bae2daf834983d5db7732a929b7c98e66423fff6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.02792586 BTC
Feerates: 1,236.26 > 2.80 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (549,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,933 365,933 0000000000000000055460fe002714a2e64786c2e3e5c90796ec34ddbfc5562e 2,241 0.93/1.00 vMB 10
365,932 365,932 0000000000000000097b178ceac2cc134745466943a91d0d63e1ec6b0bae5d1a 2,625 1.00/1.00 vMB 2
365,931 365,931 00000000000000000e8642154d0fd8acc9125c70492b9d0ab85945246f41ad5f 1,511 0.93/1.00 vMB 5
365,930 365,930 000000000000000005613d3e470f34b442bdebe8aca2ea81aa8ff0137c1e68d1 2,401 0.93/1.00 vMB 7
365,929 365,929 000000000000000003f7e37c6c9c921121ed2675948d3bc3ec3b932627a8890c 541 0.24/1.00 vMB 34
365,928 365,928 000000000000000011f7edc714427146d2dd0e960fb47ee2e7c2bb3c4a848b52 410 0.25/1.00 vMB 36
365,927 365,927 00000000000000000b3f342705a27696164f5f03b9ff9f1745da47e0e81a8e37 2,127 0.93/1.00 vMB 16
365,926 365,926 000000000000000015189ce20c354160f9c43368230b1e01f6a94d5a002ba98d 2,253 0.93/1.00 vMB 23
365,925 365,925 00000000000000000046e412860e6d5ae78de15ea43dfc647b633a02aba65f84 1,669 0.75/1.00 vMB 15
365,924 365,924 000000000000000003deedbf045248e165eaf80e621a1a84154e58d3ecd540e0 1,797 0.75/1.00 vMB 6
365,923 365,923 00000000000000000df919f5331151051c56b69340dd135a5041d8dd36e1f4b8 1,905 1.00/1.00 vMB 35
365,922 365,922 00000000000000000fc6f2c6b1275b3824313f8b61e103fa96a69f4c670fe59c 1,729 0.75/1.00 vMB 8
365,921 365,921 0000000000000000044d1708ba7bf622be12600da5ead80f2fafa07ee1d15bea 2,058 0.93/1.00 vMB 27
365,920 365,920 00000000000000000b198b6a8dab5def87cdf7527320b2ca0014b51169a29aad 2,271 0.95/1.00 vMB 14
365,919 365,919 000000000000000005077fe2548fd2aef808ebd81e93ea60b44bde01be11856c 407 0.25/1.00 vMB 29
365,918 365,918 00000000000000001324010c8c8ed05fd4c0a4afebdbc13f6f8671c966893536 743 0.30/1.00 vMB 41
365,917 365,917 00000000000000000dbadc3f8bc77cdd34b9cb48cba8c3bef3275d0fdd614fbb 1,951 0.95/1.00 vMB 15
365,916 365,916 00000000000000000af1f4872d19ad63330e6bd9a42939752f35143037033406 421 0.25/1.00 vMB 31
365,915 365,915 000000000000000010dc004b2dfb350a83f98e6d3d97590e4ef17ab4524d22e3 1,912 0.93/1.00 vMB 27
365,914 365,914 00000000000000000628d13d7c25d7e6d2585a3f2d7f26bb365ba203d5b490c2 1,213 0.95/1.00 vMB 10
365,913 365,913 00000000000000000550be834d1e008189d28cfeeca712596d8f2893cddb30a8 413 0.93/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.