Loading Tool

Explorer IconExplorer

Memory Pool

50,890 transactions
28.73 vMB
0.07266544 BTC
Random Selection Loading Transactions
Max Size: 154.54/200 MB

Candidate Block

Mining Attempt d6e482cb5089e89ac9d8fc2573f206a8c39c74bb663a18678e61e8b565e5eb52
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 79d37b6327e76a6d9657d68a29dc19fbe5e8e1c8264352baa64232444ae6b8a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,552
Size: 1.00 vMB
Total Fees: 0.01704947 BTC
Feerates: 122.12 > 1.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (382,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,237 532,237 0000000000000000002f3e5483898aad8591d72f1073d175a917abf65759f277 1,404 0.75/1.00 vMB 25
532,236 532,236 00000000000000000024de0771e81a2e70893520ae9b1a5983a3f9958fc9d1b5 82 0.02/1.00 vMB 53
532,235 532,235 00000000000000000014ab92e4bdab6ead20b44589fad5ebc027c47f194dccd5 1,948 0.98/1.00 vMB 23
532,234 532,234 000000000000000000091bb8e405abe07ccf82a7ef81c21587e5ca8125716a26 230 0.11/1.00 vMB 19
532,233 532,233 00000000000000000027cb588bfdbce5365e248b40746489200f4b7ddc77c005 1,180 0.80/1.00 vMB 14
532,232 532,232 000000000000000000350c831f7266c6b02e876a3054aea7454bf7cc2c4ea5b5 1,301 0.87/1.00 vMB 10
532,231 532,231 0000000000000000001a892856f1600752aeaf2d1941efc29422739a2fcb4c92 623 0.26/1.00 vMB 37
532,230 532,230 0000000000000000003367fd6b8e42c19598b3bd0096017285d8240a5d7ee926 704 0.31/1.00 vMB 23
532,229 532,229 00000000000000000028c149300c8a084c4be92e8527460d76d3db3eafb00880 238 0.10/1.00 vMB 25
532,228 532,228 000000000000000000283fd7adbf17e5468d71d30fbea391fd7c71decff5e52d 628 0.59/1.00 vMB 3
532,227 532,227 00000000000000000023d123c296ab63efce530ba63b5449d0cf4694e491dcce 755 1.00/1.00 vMB 5
532,226 532,226 0000000000000000001c1294d5d1887c342e03ebd5943a539a201eb3107622da 2,963 1.00/1.00 vMB 25
532,225 532,225 000000000000000000150a002e0ba27c3573a31b2714cbf07d29d77b7bae5f1b 2,742 1.00/1.00 vMB 16
532,224 532,224 0000000000000000003053b2dad316ce2fc65e8ac63d59d0752d980e43934ad0 2,037 1.00/1.00 vMB 20
532,223 532,223 00000000000000000009dce52e227d46a6bdf38a8c1f2e88c6044893289c2bf0 667 1.00/1.00 vMB 6
532,222 532,222 0000000000000000001f1bd6d48e0fa41d054f54440a5ff3fee200bbdb37e0e5 2,661 1.00/1.00 vMB 18
532,221 532,221 0000000000000000001c2b0214f8ada677b719faa14bb04f03dd231b3624af41 188 0.09/1.00 vMB 155
532,220 532,220 0000000000000000002e775012c8c5f1bd33e21e9f3a8fbc65f8d8629800d976 2,002 1.00/1.00 vMB 15
532,219 532,219 00000000000000000027fc534f9b91a352fc064b7c3a7e75b6a86fb6a8da1d89 2,550 1.00/1.00 vMB 29
532,218 532,218 000000000000000000034a20a82d3bc157622efbd5ecdc847b0c5395af9cf3c4 2,728 1.00/1.00 vMB 19
532,217 532,217 0000000000000000002d1cef1f142b3fe3b608c2b8d9641a0dd183074e8fb601 2,373 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 649.83 GB
    • Received: 13.22 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.