Loading Tool

Explorer IconExplorer

Memory Pool

34,252 transactions
25.36 vMB
0.06901359 BTC
Random Selection Loading Transactions
Max Size: 129.23/200 MB

Candidate Block

Mining Attempt f5a1a362e71b64136b65786ebf113f7595338d0101a21de8852ac32dc46c8799
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 860d0ca2f5d19d46c930df5600e8068f4e3db32a546f8413dd3a47c773f1c5f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.02279373 BTC
Feerates: 101.67 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (144,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
770,228 770,228 000000000000000000056f68b930f4a140e5d715ba6b865390494037bc919285 3,181 1.00/1.00 vMB 24
770,227 770,227 00000000000000000003f62bf7c1dbea40b23db3f9a04abf3b1ba600192ac18f 2,633 1.00/1.00 vMB 26
770,226 770,226 0000000000000000000261727b10370baaf38adc35a2965e55367d8ffc714e1b 1,286 1.00/1.00 vMB 10
770,225 770,225 00000000000000000002f97c28b8d3bb21763b457e1f24f56707baf9ec5a629b 2,236 1.00/1.00 vMB 20
770,224 770,224 00000000000000000000c7d19ebfdbff8811babf753bb17c6e0757f43f2b6f7c 2,566 1.00/1.00 vMB 6
770,223 770,223 00000000000000000001f6aa1f2c380c593b521a0f0de8f6a8222ba3812e8bf8 2,732 1.00/1.00 vMB 16
770,222 770,222 000000000000000000081ec84235e86817bd73b6c386022237d5499239922693 2,223 1.00/1.00 vMB 6
770,221 770,221 00000000000000000007abc479aefaa87e1a9339740bae414eedc8078064de91 2,729 1.00/1.00 vMB 14
770,220 770,220 000000000000000000066448d2ce4a94019bb22664c2e98ee96ba0338458edc3 3,006 1.00/1.00 vMB 9
770,219 770,219 000000000000000000002ebf296c22857631d9381accb1fe9d7b5dd9c0d0b3ba 2,333 1.00/1.00 vMB 16
770,218 770,218 0000000000000000000189055b0fa375d524a3d4fc663b6d22694707bf84c3fb 3,382 1.00/1.00 vMB 17
770,217 770,217 00000000000000000000dca4972e712c98ea25517273f98e4006bdaa3f896fa4 2,553 1.00/1.00 vMB 27
770,216 770,216 000000000000000000048e6de2e7c770f651032b3e6b7d81b9b60cd3a16dff18 3,725 1.00/1.00 vMB 11
770,215 770,215 0000000000000000000385f1a479488e5ec361dc3299bbe010a790ea4b5ea5d7 3,623 1.00/1.00 vMB 20
770,214 770,214 0000000000000000000669fc1a84e40690a523edcd34495c0e4ff0682d405640 3,934 1.00/1.00 vMB 19
770,213 770,213 00000000000000000005d26ffc763ed5ce36504384003de0620fa04d9e4eccf6 3,438 1.00/1.00 vMB 25
770,212 770,212 0000000000000000000072312a9345b7af0fb5ace949ec3500527fbbbc58cbf6 2,821 1.00/1.00 vMB 29
770,211 770,211 000000000000000000012e05f847090da534aa401e4c95724a048d3697809d3c 1,127 1.00/1.00 vMB 2
770,210 770,210 000000000000000000041eb1500049523504e9ec1dc698e39545f74e51a659ac 2,412 1.00/1.00 vMB 7
770,209 770,209 000000000000000000047d38f8afcb8bd36d0cb439e7e039ce6adbc74f074b85 2,288 1.00/1.00 vMB 21
770,208 770,208 0000000000000000000036b2ce65cb540d16d0ff3d85d706b5a4f3b6f2d7da1b 2,633 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.27 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.96 GB
    • Received: 14.36 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.