Loading Tool

Explorer IconExplorer

Memory Pool

78,674 transactions
30.03 vMB
0.08384055 BTC
Random Selection Loading Transactions
Max Size: 183.05/200 MB

Candidate Block

Mining Attempt 91a6a6503a19ddf63bc672bfc208cf7a17aab32e25c7a92790c329dd2e2d025d
Version 20000000
Previous Block 0000000000000000000101871320b03e985d1fe251f64570b52ca66c6e1a41a8
Merkle Root 3aabc9567ecef917a8d656193d8d5ce5536e531fe11e21fb8e4e6603d61c262d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.01711149 BTC
Feerates: 73.20 > 1.71 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,397 (776,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,330 139,330 00000000000003c9bf411e47aef125201a94de8e3c2195617421402655c1f36a 97 0.04/1.00 vMB 153
139,329 139,329 000000000000013cc65e2d8d8d6f072a98e9a557a81ecfc250024030b02eed4c 104 0.05/1.00 vMB 188
139,328 139,328 000000000000043d813f802e92f8075fd09dbb42fc80d7247bb7c257870a9a9a 105 0.05/1.00 vMB 126
139,327 139,327 000000000000024870ca8a2f7b5d2b71b2492b7c71bf7924dc6059ccb9174e82 24 0.01/1.00 vMB 269
139,326 139,326 00000000000006b75cf7eddd13fe3ac5d8346fa02aa105e6ff3debd6bea9aba1 76 0.03/1.00 vMB 218
139,325 139,325 000000000000073f765e50b4cfc00063e30423937c778b41c169b08baeecac32 24 0.02/1.00 vMB 103
139,324 139,324 00000000000006ffcea21b83a4982217d377b4d1de8e02902bb64dd4192424bf 65 0.02/1.00 vMB 5
139,323 139,323 000000000000071fc1d72549a738b6f6417549166d4760d89b4efe77d4c16c39 65 0.03/1.00 vMB 163
139,322 139,322 00000000000006f4871161293737b7d3fd025b8511227937b2214d8f8806a63c 35 0.02/1.00 vMB 132
139,321 139,321 0000000000000064f58ac8ca500d4c14548fa9e4a47652e834f079cbe3e4f055 36 0.01/1.00 vMB 8
139,320 139,320 00000000000008a033610d9b3478797b4e3e89ba852ca29bba68014e2acb7d57 117 0.05/1.00 vMB 174
139,319 139,319 00000000000000ce58f2740655a83d2f3b57872dd07060d888f17f07020b7777 104 0.05/1.00 vMB 127
139,318 139,318 0000000000000266ac9949f95f1c4359809c02f6682d2161129649ab767e1db0 12 0.01/1.00 vMB 85
139,317 139,317 000000000000087b66307c4c80fac61ea0bda9aa37d6da31102f813d46f12ae9 85 0.04/1.00 vMB 133
139,316 139,316 00000000000003e5f0fb93cdf85f602d28b9fc354c1492170b781784dbcbe4d1 159 0.05/1.00 vMB 49
139,315 139,315 00000000000002b4729b8a1c5da9418e39d4298c506cf11ce258688ace44340e 134 0.06/1.00 vMB 146
139,314 139,314 0000000000000817aa2e4fe0faa18af2d9dc1fb495e56bf1e22c20a3c82dfb9e 11 0.01/1.00 vMB 702
139,313 139,313 000000000000007f5cfda583559c6aaf111611c2501764104b2d458b1e0d03ae 91 0.05/1.00 vMB 114
139,312 139,312 00000000000000c0060e7b156d77183370b460507e9ab12df54166febe4eb2c3 110 0.05/1.00 vMB 199
139,311 139,311 000000000000021fc45184debd5be6cbd3290a1e2b9f90f1318c1540a956de8b 127 0.05/1.00 vMB 291
139,310 139,310 00000000000002cd265e5acd6a1fdee0ad8fe8e9992ba4ee20759fad5d63d491 34 0.01/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.08 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: 721.10 GB
    • Received: 18.34 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.