Loading Tool

Explorer IconExplorer

Memory Pool

79,691 transactions
29.44 vMB
0.11914023 BTC
Random Selection Loading Transactions
Max Size: 178.30/200 MB

Candidate Block

Mining Attempt 043d1ab82c6d719da8e223380f0e8cfb8afe166c822572b39ae4951ab3fedb85
Version 20000000
Previous Block 000000000000000000005c2fc4d2b95ddb889fb35eace1de4a362d4b7706c2e6
Merkle Root 175c8a9099f465d2b215c5721fa33b746fb903b3e4d383e0ccd88eee4b32d02c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.05732690 BTC
Feerates: 213.90 > 5.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,109 (416,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,711 498,711 0000000000000000004e7258f273ef0b80e42d33f05d9ef9b787cc66657fb67a 1,790 1.00/1.00 vMB 154
498,710 498,710 0000000000000000005e5277cdd9e0fd495cd22848f20dfa82f0d27167ced85a 2,057 1.00/1.00 vMB 300
498,709 498,709 00000000000000000045afd684e9085949a4de358f147fb59eb42c9e327cd1bc 1,735 1.00/1.00 vMB 74
498,708 498,708 00000000000000000035b6c1213a76c0187287d4e970e4647c88909280f751b1 2,115 1.00/1.00 vMB 83
498,707 498,707 0000000000000000008db5fa98aadbe1a57b13f2db78c0772224a211aebcd20f 2,427 1.00/1.00 vMB 279
498,706 498,706 0000000000000000001f4f46a89b560c746bb1b81f6f5aa99232cf5cd437bde2 2,267 1.00/1.00 vMB 132
498,705 498,705 00000000000000000015f20c7dde47481d2f3913f6c5e432b8bd62bcc5e0b119 2,389 1.00/1.00 vMB 222
498,704 498,704 000000000000000000ad325e80b1325605b68eed008f071b43f6c1b7aab45d0f 1,792 1.00/1.00 vMB 251
498,703 498,703 000000000000000000828cf751f72a3d98e1a6ba2bd6f8cf47214bad8332b05c 1,983 1.00/1.00 vMB 127
498,702 498,702 000000000000000000613bf633910ce3c7faaad02cfb9eb610047e1ea9b419bb 1,884 1.00/1.00 vMB 125
498,701 498,701 0000000000000000002da94b834820d13131132134cd66b53817f04370176557 2,055 1.00/1.00 vMB 124
498,700 498,700 0000000000000000006c8d5c2158effb932bcc8c2f6856c0c99a473a45e81e72 1,374 1.00/1.00 vMB 117
498,699 498,699 000000000000000000a7201416722da76f239c8300bee7be6a4555885baf3cb0 1,782 1.00/1.00 vMB 116
498,698 498,698 00000000000000000090968b63831cffdb71a6cd8408f93a439c96e3e3e6ff25 2,101 1.00/1.00 vMB 277
498,697 498,697 0000000000000000009840736d70e49166717e78fc48364925e95d649d059104 1 0.00/1.00 vMB 0
498,696 498,696 000000000000000000038d5d25da235cf9f4dd059f073fe1d98ffcbb1d8a92e6 2,232 1.00/1.00 vMB 141
498,695 498,695 0000000000000000007572ca01147c6dd1312f6baacf0246490f9486d36bb00c 2,016 1.00/1.00 vMB 170
498,694 498,694 000000000000000000183a11140412cb9dbe4508635c5e7bdb228b64199f21cf 2,062 1.00/1.00 vMB 290
498,693 498,693 00000000000000000017de30ce39a5b17e07f2a67533f2c9296dc94be2d9b4f0 2,215 1.00/1.00 vMB 190
498,692 498,692 0000000000000000007751d7ba015f468e33c004260c92a3d116498a601e821e 1,926 1.00/1.00 vMB 159
498,691 498,691 000000000000000000a05e96f86cebb2539e26f7d3a9739e7e04f7c57fbd889b 2,360 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.58 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: 671.31 GB
    • Received: 15.91 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.