Loading Tool

Explorer IconExplorer

Memory Pool

36,585 transactions
25.82 vMB
0.07624007 BTC
Random Selection Loading Transactions
Max Size: 133.02/200 MB

Candidate Block

Mining Attempt c27fea23249264e61f9f912fe7c81da9a77373a2e5dd616bcd4e2532ff60b31c
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 257f71187579b75984f7032427969b0871abf8a4c930edfce7749a00c35950be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,308
Size: 1.00 vMB
Total Fees: 0.02937319 BTC
Feerates: 101.64 > 2.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (263,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,711 651,711 00000000000000000008a0c5fb96f67e4f345468c9d9a1032a64bb030d92d028 2,558 1.00/1.00 vMB 77
651,710 651,710 000000000000000000050238c224cdb77a6c5ea9ddae43557e9c2e843250f66c 2,592 1.00/1.00 vMB 71
651,709 651,709 0000000000000000000ae2254ac02df170bdf06c50a1ca9a5ed974cc00a42a1a 2,950 1.00/1.00 vMB 123
651,708 651,708 0000000000000000000a250d84e1dab3c35dfe9f0a30928b99fe57091d9bbb2f 2,924 1.00/1.00 vMB 105
651,707 651,707 00000000000000000009e5d0bf3fae3ff6c1337939409d7f6820cb85d721632d 3,021 1.00/1.00 vMB 45
651,706 651,706 000000000000000000020a9ffe8d425c4e2e1112b7165bdcb47e26e37d376c5b 2,888 1.00/1.00 vMB 110
651,705 651,705 00000000000000000001270ee921d9eb90b04c1a3047975e9e0f77eb209a43c4 2,998 1.00/1.00 vMB 78
651,704 651,704 0000000000000000000c22c8c85423cce85cfae86034f69a129f845967bdbd2e 2,169 1.00/1.00 vMB 104
651,703 651,703 000000000000000000035abef4c7c230842c9c08ce922082d4d4dcbcca29500e 2,837 1.00/1.00 vMB 70
651,702 651,702 0000000000000000000bba50ac09864a5250c18b7f9aabb76729d8d1de183ace 2,987 1.00/1.00 vMB 91
651,701 651,701 0000000000000000000ccefe393957d2c1e39776889bc07cac5e3d8c58de3007 2,535 1.00/1.00 vMB 123
651,700 651,700 00000000000000000004c120225013ecf0bbcd9d29f9b51bba878d475588019d 2,812 1.00/1.00 vMB 69
651,699 651,699 000000000000000000047dda6dacbc8b00efba415af2a0607ecbc16ebfee03e3 2,677 1.00/1.00 vMB 91
651,698 651,698 000000000000000000089c523523e26589a3c8a88e150a1af6cbecc04bd01af9 3,139 1.00/1.00 vMB 131
651,697 651,697 000000000000000000025c67e3bb6993487f681b07c538a019047af8e40d5372 2,816 1.00/1.00 vMB 118
651,696 651,696 00000000000000000001114f3131233074693ab4c3b85d09faa78a48a23af191 1,782 1.00/1.00 vMB 98
651,695 651,695 00000000000000000001431086ba106df3b130f5cc5b1bd30e578fb9b5331173 2,732 1.00/1.00 vMB 124
651,694 651,694 00000000000000000002724bb241b1e99785ae4028a7d985d8915cb95a437301 2,662 1.00/1.00 vMB 67
651,693 651,693 0000000000000000000a5daaf82f9f479cc70f27faeb68b666520075aad4266c 2,197 1.00/1.00 vMB 48
651,692 651,692 0000000000000000000ac87055f08640da15f00f1c8f21288ace088ee956db34 2,453 1.00/1.00 vMB 68
651,691 651,691 00000000000000000001ee41584eab30a483782c1b00632cf613d127ada2ae81 2,948 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.