Loading Tool

Explorer IconExplorer

Memory Pool

50,602 transactions
23.49 vMB
0.07301694 BTC
Random Selection Loading Transactions
Max Size: 131.73/200 MB

Candidate Block

Mining Attempt 74277fa9b0f4ecb067f37ee9ade8211a8471276eb2cfbf3da5774b43d0324dcd
Version 20000000
Previous Block 00000000000000000001bace3b0dd0015aebbf1503c7b689639882217c88f80a
Merkle Root 9eb2173717fcd0cdd2720a4da7fdaf7bdbe3eadd8c75389a54ccdea0ce4a8a15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,911
Size: 1.00 vMB
Total Fees: 0.02382493 BTC
Feerates: 200.70 > 2.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,995 (840,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,323 73,323 00000000003d1ffb60d8079ffa15b1970f6e4ee8b9b1f1bf10a7fa57b1008dd3 1 0.00/1.00 vMB 0
73,322 73,322 000000000066f96e4363e19b55490c1e280bbae3a5552ac2a6e4bc82d1ecc026 2 0.00/1.00 vMB 0
73,321 73,321 000000000030b549118e595ec6f5f12f476989e5ba2e17b04c23516aace80458 1 0.00/1.00 vMB 0
73,320 73,320 000000000015c55cc46e99bffd308f52b1cdf14379889156fccf3591584aa01f 1 0.00/1.00 vMB 0
73,319 73,319 00000000000fcce30090a881f873bc20e40df7cf28ccc30cada8c690bed00367 1 0.00/1.00 vMB 0
73,318 73,318 0000000000125797e64ee3730d9ccc7de75d3e7ae0813f872cffc30b1a805ec2 1 0.00/1.00 vMB 0
73,317 73,317 000000000010b90480e6d7fed30dcba339734ec66cff13c58a9cb0683e06c008 1 0.00/1.00 vMB 0
73,316 73,316 00000000002854e7ca17761267e3d5d064da5947c9a5ed08b1ea08fce52ac222 1 0.00/1.00 vMB 0
73,315 73,315 0000000000899cf69198cb482f09f6dd71fdffcbf9251b24139baa2bdd25dc48 2 0.00/1.00 vMB 0
73,314 73,314 00000000008c139faf57a78fd6d1d626a140284bd9faa8156fe59870d384c8e8 5 0.00/1.00 vMB 0
73,313 73,313 0000000000b6899307516f9982d429c9a9101dbcabf2074b216ad0e2c2d513c9 3 0.00/1.00 vMB 0
73,312 73,312 000000000087f578a27c532e59595feafbc6f3131fe0771a2b3bc40c21dca2cb 1 0.00/1.00 vMB 0
73,311 73,311 0000000000b9b3057f6846b5c49745b43d9959400256faef1e86af5184552a39 2 0.00/1.00 vMB 0
73,310 73,310 00000000002d6d02da8a5f423830cd3323ce7cb7c6891510856d281fa133c49b 2 0.00/1.00 vMB 0
73,309 73,309 000000000008d204f31a3144198aac978fe71f438550b2029c00aed331f276dd 1 0.00/1.00 vMB 0
73,308 73,308 0000000000145a1aaccd6d416942a622c0af4eafb02b2afba0658ed44ee5cae4 1 0.00/1.00 vMB 0
73,307 73,307 00000000000dfb11fe3fd98f1b2a6cbcb0b880907d7fc904472e9fe5ac8120cb 1 0.00/1.00 vMB 0
73,306 73,306 000000000082ab6c52844a4630832327baabc8afd96dfbf28950a2b13655051d 1 0.00/1.00 vMB 0
73,305 73,305 000000000010d361cacf43050481fd360859f1b3808500c90b6301f29e69bb86 1 0.00/1.00 vMB 0
73,304 73,304 00000000001dfc45402b9373444a1fb98353b46080874a665c3e6709920e8c27 1 0.00/1.00 vMB 0
73,303 73,303 0000000000ae52d75576fa91f33fd444590716e2dac60dbbb4ecf7dc134a3cf2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 542.27 GB
    • Received: 6.23 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.