Loading Tool

Explorer IconExplorer

Memory Pool

32,828 transactions
25.16 vMB
0.04859875 BTC
Random Selection Loading Transactions
Max Size: 127.69/200 MB

Candidate Block

Mining Attempt 3e4152005b72e7b9cf8918f7109549f69209e38ef9a3204a54e587dcc9c791e4
Version 20000000
Previous Block 000000000000000000005c42a07f6b7420af3a173f2400d55a910f1c3b0152be
Merkle Root 6ac45d9bd9dfa5b1bd5e7973b289d4dc70f824fdbc4793ca468d0205d6d25100
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.00337357 BTC
Feerates: 60.16 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,929 (234,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,049 680,049 00000000000000000000aba598fb6b13a5e6cd5ed11f6af1b9bba2091e2e1d11 2,147 1.00/1.00 vMB 291
680,048 680,048 00000000000000000003184c30acc20a573423d8eb25b2219aaa01a835fb9930 2,244 1.00/1.00 vMB 279
680,047 680,047 000000000000000000004df24cd20ee5ab875b4dfd041633bf576a20a821f01e 1,863 1.00/1.00 vMB 282
680,046 680,046 0000000000000000000b3be3d1a4300c23277dabd474348c09f79512b3229ade 3,323 1.00/1.00 vMB 327
680,045 680,045 00000000000000000008ef389946235866b69b2b7a1859b8e1b540e0702a629b 3,162 1.00/1.00 vMB 319
680,044 680,044 00000000000000000002e874b6dc9ae1a3d0d4712a74a4060531dddb97b7d5a5 1,301 1.00/1.00 vMB 218
680,043 680,043 00000000000000000001267f35eedcb779abb3b2589c8b9f0e21ad39305981bf 1,912 1.00/1.00 vMB 231
680,042 680,042 0000000000000000000727b8f13c6aed7fa079f0cbba8ce6a8d01ba7a9c1dce9 1,861 1.00/1.00 vMB 208
680,041 680,041 00000000000000000005cbbfeef884d013588e8926deb521da43a164200ac09d 2,165 1.00/1.00 vMB 224
680,040 680,040 000000000000000000048b715411f565e8828c79297aec943af0fc3e5c945694 2,433 1.00/1.00 vMB 261
680,039 680,039 00000000000000000006c881cf9cc66ee077b45a9d597b645bdfc672c4f61bcb 1,709 1.00/1.00 vMB 277
680,038 680,038 000000000000000000007c280c70a7be3bd5760150edc59098afc4ce9e78fa8c 3,059 1.00/1.00 vMB 281
680,037 680,037 0000000000000000000a0ebea3212c238ba44413e7737ad4b94c60ae5c7b9403 1,635 1.00/1.00 vMB 202
680,036 680,036 00000000000000000002ad667ff50001f9022eca06babd07e7990c8df770efec 2,300 1.00/1.00 vMB 283
680,035 680,035 000000000000000000074db5edae28c8d860c1764bf0cabe6983b00706fa377f 2,494 1.00/1.00 vMB 202
680,034 680,034 000000000000000000093756169b05a6c84b3e6f52586a46b27437bd64253565 1,885 1.00/1.00 vMB 305
680,033 680,033 00000000000000000006f41442a30e745e177dff2a3ef65bdd77b96d015ac489 2,028 1.00/1.00 vMB 262
680,032 680,032 00000000000000000000f182793696011738aec3740448aae5549bbb9e0f30e9 1,199 1.00/1.00 vMB 186
680,031 680,031 000000000000000000047c9afbd7dc7457c59da664a424631c008c48b261baee 2,410 1.00/1.00 vMB 262
680,030 680,030 0000000000000000000b7c6c1c14c63f493a97bc13b92a7c3ecc46c28be09bea 895 1.00/1.00 vMB 234
680,029 680,029 000000000000000000049ed3924d2d4390a1d81d92a4e0c908809866e85dad5f 1,539 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.26 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.88 GB
    • Received: 14.35 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.