Loading Tool

Explorer IconExplorer

Memory Pool

82,857 transactions
30.41 vMB
0.14790788 BTC
Random Selection Loading Transactions
Max Size: 184.16/200 MB

Candidate Block

Mining Attempt 1e96b74b004fbf28ac906990e67f44461b9c40b1523606df2078be6f4364822f
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (396,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,217 518,217 00000000000000000001c8efd9c51479aa37fe399c2ba085314d95cbbf77ef92 2,695 1.00/1.00 vMB 33
518,216 518,216 00000000000000000002e86c7738093fdbe1737311a38663d0292d7e368f2f8f 322 0.17/1.00 vMB 49
518,215 518,215 0000000000000000002135981ffe3d5457d53b1230ec2650b79c9b2f1ca08d89 374 1.00/1.00 vMB 5
518,214 518,214 000000000000000000440ae67f1cab7c0273abe24d00a35e96bfa2b592ade586 2,714 1.00/1.00 vMB 15
518,213 518,213 000000000000000000102c48d1787e331f52e5484b322871efea2706b985c66e 2,879 1.00/1.00 vMB 50
518,212 518,212 0000000000000000004234835f7b282770f6ffe6b80518d07780fd0085bd9c8e 1,225 1.00/1.00 vMB 16
518,211 518,211 0000000000000000001e1473b76c1fb0d8cbdf328f7865e5ecc7508e6f34c7f1 800 1.00/1.00 vMB 13
518,210 518,210 00000000000000000044a0379fbde7968616ce8f2d4f8e13a32b839cc72150b3 944 1.00/1.00 vMB 15
518,209 518,209 0000000000000000001099c54c818ecd795531d8c0ea0c5221e8edf3d77c45e3 246 1.00/1.00 vMB 3
518,208 518,208 00000000000000000033622a2eb435f6d903eee86dffb160f8a8865ded4abd55 2,023 1.00/1.00 vMB 24
518,207 518,207 0000000000000000003c0a566ebdf3163c83bdcf64a68ec8dc61ed64feae38c2 2,332 1.00/1.00 vMB 25
518,206 518,206 00000000000000000009e34db01492b2c28d1d76e5fb3a563f889ed5d1f3b2b2 873 0.35/1.00 vMB 42
518,205 518,205 00000000000000000021cec1aa57d22dff0576f89ebcdfdd15e5ccd1fee9e5f5 298 1.00/1.00 vMB 6
518,204 518,204 00000000000000000036ff2652f40432745607c336e47bf71a6e87f8fdc3255d 1,914 1.00/1.00 vMB 24
518,203 518,203 0000000000000000001d4c4540e75db36be30ce027a4e220ac5d172a608ab02d 2,810 1.00/1.00 vMB 33
518,202 518,202 0000000000000000003202a770a5ba275e759b998378e4375827d67aa150f343 556 1.00/1.00 vMB 8
518,201 518,201 0000000000000000004851cdd101afc18d2c92d36b0e3410b23e05a347341e17 1,085 1.00/1.00 vMB 18
518,200 518,200 0000000000000000002ca5b22391d7a23e7f3baf16ac1b42d2d3b40eb708e53a 867 1.00/1.00 vMB 13
518,199 518,199 0000000000000000003db320892c591cc09e84ba4144d4fb329aee582090a2bc 1,514 1.00/1.00 vMB 20
518,198 518,198 00000000000000000004ee0ecb20d2c4705c077562a8b3f5d945181e92b5b146 385 1.00/1.00 vMB 6
518,197 518,197 0000000000000000000cd9abd84c1fca9a8749b8b70e5db1654056efa9923ba4 564 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.32 GB
    • Received: 16.20 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.