Loading Tool

Explorer IconExplorer

Memory Pool

82,271 transactions
30.34 vMB
0.08219399 BTC
Random Selection Loading Transactions
Max Size: 185.99/200 MB

Candidate Block

Mining Attempt c819946f1b9c1838333dcbfcbb7d1cc9a4f728517d0ba21d7c1f391dec848c56
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 1f9541d5e7601761a0e8c7f6a51131e7616af93360ac517bfab38542592dd6b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.01457499 BTC
Feerates: 60.16 > 1.46 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (622,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,165 293,165 00000000000000008caa3055cc372f24c5ccefaac7afcc6990c570a4f6d9d6b9 631 0.25/1.00 vMB 43
293,164 293,164 00000000000000009d173c91b55b1a5db6262e6a5c3932f67e847bb5c0cb0231 512 0.20/1.00 vMB 44
293,163 293,163 0000000000000000dad58d53772e5758d7cbdc5f397b3e6d7c7f7f211b20a67c 20 0.01/1.00 vMB 26
293,162 293,162 000000000000000015459d51c526ae3d2469d2ab8561f6763170eebf22cc52b2 240 0.14/1.00 vMB 27
293,161 293,161 0000000000000000a46fd22bfe3b8fc2906df72d8d470e20d72508b5b837fb09 64 0.02/1.00 vMB 55
293,160 293,160 0000000000000000dac5e23c1db786c6162ea20b7f94b2ffeb6002f8e74ce4b4 57 0.02/1.00 vMB 67
293,159 293,159 000000000000000034c806ad99d7a4265fd832a0bda22e5fa693513b07c7c8c0 444 0.19/1.00 vMB 36
293,158 293,158 0000000000000000c971e235325d2319daed40a8648b1e906f6a7aa2e7b6b295 76 0.06/1.00 vMB 21
293,157 293,157 00000000000000009674bff60609f45cd1c2257a09d653744aacffe4e731aa88 64 0.03/1.00 vMB 34
293,156 293,156 000000000000000059c66154f79ff59321e367eb1df854fb3a34530b159c9d87 39 0.02/1.00 vMB 37
293,155 293,155 000000000000000005d03adcf4ecc028b1f7d2210ddfb3fcbb425760e3443462 210 0.12/1.00 vMB 31
293,154 293,154 000000000000000008349e30c94c15f138867fadbf77caa13d6309965197533b 294 0.18/1.00 vMB 28
293,153 293,153 0000000000000000989b27d4689bb478b3b767c720e1d0ac80fc3f966e395984 94 0.06/1.00 vMB 7
293,152 293,152 000000000000000061e76b6c8c8493fbc12e0f12300fb37c910e0df6e732dd99 599 0.32/1.00 vMB 32
293,151 293,151 000000000000000063bd3a3073ef7b1f1ad125df4f8b12a5dd11cf21fef51f30 709 0.38/1.00 vMB 35
293,150 293,150 000000000000000091a3d3d228f18d3bc18fbc6eaa1b015ed861bf17f2dc5c62 151 0.06/1.00 vMB 38
293,149 293,149 000000000000000073460a7b1e3e4762f3fbae3da50c55e00d30263df4dd7d07 234 0.13/1.00 vMB 31
293,148 293,148 000000000000000041839cf5683d5424e2ceae14d69063ec982d4d7d5bee9a17 625 0.35/1.00 vMB 40
293,147 293,147 0000000000000000af0474d524728c6d14ed2d5e6b2c2c12ef877b887218a064 267 0.25/1.00 vMB 20
293,146 293,146 00000000000000008af12eab3b51a51a898ea0cf07b64416d2fdc1b4240d577e 755 0.35/1.00 vMB 36
293,145 293,145 0000000000000000969ffc9e79b0685c17f022516547ab41bfe7c24ef5211a64 546 0.32/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.