Loading Tool

Explorer IconExplorer

Memory Pool

41,704 transactions
28.61 vMB
0.07019257 BTC
Random Selection Loading Transactions
Max Size: 146.21/200 MB

Candidate Block

Mining Attempt adb86a4394ded3e5f7a13a4c2c9885951556eb8e6189d3d2e40ff88d0ddf32a6
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 1b5cae11c3dee2140ac0f5f2766aa27eb88c6e7fc9ec5f482f17801cd912abd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,905
Size: 1.00 vMB
Total Fees: 0.01478522 BTC
Feerates: 104.56 > 1.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (735,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,946 178,946 00000000000005f34a7b0a5a6c90bb20fb8e5781b67f76ebea981093e8eda1f0 6 0.00/1.00 vMB 13
178,945 178,945 00000000000003c86a0b4d53e3519d5a8a97e05baa3d7ca63371e7d0300cb66c 61 0.02/1.00 vMB 111
178,944 178,944 00000000000009325b0f5a6debec5877120cf584e222496fbae6da672d8f16ce 64 0.05/1.00 vMB 204
178,943 178,943 0000000000000729ddc89f88d07b66b5f5a4420a19a1be248ce29330bd157b12 80 0.04/1.00 vMB 221
178,942 178,942 0000000000000696c4caacf6288d2d59379e28abbb98fcc2a4230c764ee50b81 34 0.01/1.00 vMB 80
178,941 178,941 0000000000000b085dc5d4596d44d57911c2c9f47a6318ae23224e01c8ec93d7 7 0.00/1.00 vMB 94
178,940 178,940 0000000000000225c38ee811cb8154be06ab6b82b1893f0a903d1da065832683 48 0.02/1.00 vMB 109
178,939 178,939 00000000000003f625da7be52317389fb2a41aaaa9371bcf58b0875e76e00cd4 55 0.01/1.00 vMB 65
178,938 178,938 0000000000000a3d6ef0759a740b1e03c4fb1781c9c43f6462fb0cee9b6a663a 136 0.05/1.00 vMB 71
178,937 178,937 0000000000000199916d7b295fd2929ab1cff9b3b2b3482a6e57f5bfa054e2a2 24 0.02/1.00 vMB 26
178,936 178,936 0000000000000703f30eb1b2cb1ab5565126ac33f1afa92b30c8f8021459f6f6 19 0.03/1.00 vMB 66
178,935 178,935 000000000000090f5194e1f8844d95e9156ea7c43bf70896c358034b819ad478 59 0.02/1.00 vMB 2,722
178,934 178,934 00000000000009843b24783dc7bfa7f29405bb7b4bdf54d12586e20fae2b2abd 142 0.05/1.00 vMB 35
178,933 178,933 0000000000000146d017867f7e85edc5379d78ec14acd142a551ec929aeca7eb 22 0.01/1.00 vMB 74
178,932 178,932 00000000000009ca9749148ddb28943f02c69fc061cca04a76f7fc59620ab78e 4 0.02/1.00 vMB 0
178,931 178,931 0000000000000271fb586d6270a3bc2480974b939fc4692c0a7f5fd3006ac818 71 0.04/1.00 vMB 53
178,930 178,930 00000000000001805ff174586b6acf100f733aaf634e92f9580b4fac9272ed97 32 0.03/1.00 vMB 26
178,929 178,929 000000000000023feb51302d9d745bc9800fead12e6f66ea3de332d880f09112 233 0.10/1.00 vMB 106
178,928 178,928 0000000000000af468103768b39ec9f287254acd9e8ed5f0bbba3e9e036cca83 27 0.01/1.00 vMB 97
178,927 178,927 00000000000002824a8d3585bb5fb009c8eee2e378eb873b0489ba47b6119e4e 69 0.04/1.00 vMB 208
178,926 178,926 00000000000001ea7ca8fe75f0c452be02d3b9fc5449f2b233a07a731100baab 100 0.04/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.