Loading Tool

Explorer IconExplorer

Memory Pool

82,674 transactions
31.76 vMB
0.11599453 BTC
Random Selection Loading Transactions
Max Size: 190.84/200 MB

Candidate Block

Mining Attempt 37ab877377056c29bafdf4df62e154c56c4f1e7e4c4672ab7cd09a4eb7e155e3
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0f13fef651a6e8ae9420e3ecfb206680f3151882e5204dba53a6c7c7de128660
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.03041340 BTC
Feerates: 318.30 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (409,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,287 506,287 00000000000000000035209a890c85a1d830bd6e136e31a85faabbe01c167622 906 1.00/1.00 vMB 47
506,286 506,286 000000000000000000337377317c44c70ec9e96c226517da1b0516b79b427d2b 1,688 1.00/1.00 vMB 198
506,285 506,285 0000000000000000006353b01dc3b18d7cd8205bcffcfe72a35599407e831d35 813 1.00/1.00 vMB 51
506,284 506,284 000000000000000000172bfcbc3ff4e81337e4169285b555595d9a45703b4b73 1,728 1.00/1.00 vMB 161
506,283 506,283 0000000000000000002b448aeedad20372275068c938ab4b2ed09eb20b3be05d 707 1.00/1.00 vMB 58
506,282 506,282 00000000000000000053dc7f0d98b46bb68b1599e2b821d0eb358f1bcfe5d3e3 460 1.00/1.00 vMB 42
506,281 506,281 000000000000000000320f34ff9c9a03f0af940362cdb1160de84f69cef3a767 692 1.00/1.00 vMB 74
506,280 506,280 0000000000000000001dd32ef554a1bb9e204d6f46ab345302019412ac2f6af9 645 1.00/1.00 vMB 70
506,279 506,279 0000000000000000001b79b6b407360998a4ad03e5675de1d0a3be044fb70a43 966 1.00/1.00 vMB 91
506,278 506,278 00000000000000000054b1ba67fd492c9834a32b4fa07d3abb64eac80cf05200 777 1.00/1.00 vMB 90
506,277 506,277 0000000000000000004bca4e111a78ae6d8b4c4e0933fffbc99be9d821675f61 396 1.00/1.00 vMB 34
506,276 506,276 000000000000000000646c4b57a454a474b8f1c1ab337989afaa1ad3e7b2de79 82 1.00/1.00 vMB 8
506,275 506,275 0000000000000000006a0081e7a1edffd36a0baa7d11503771cc1b384ad66335 673 1.00/1.00 vMB 67
506,274 506,274 0000000000000000000eefa02e9af71acab80806cf78ff3053a57d453aa3917a 737 1.00/1.00 vMB 78
506,273 506,273 0000000000000000001e5abd458007f609a183c80011f33f560902560d377538 1,163 1.00/1.00 vMB 83
506,272 506,272 0000000000000000004f4ff8e4b5a2a8c4dfd1601d3c5e9d1e2995e40d490546 1,675 1.00/1.00 vMB 188
506,271 506,271 0000000000000000002b90ff2841c268d561b19c7a43b27e88f6bd1ece3a3117 1,082 1.00/1.00 vMB 75
506,270 506,270 000000000000000000038d9068abf9d0e8db42a0c6c291080a3d8e7916c85374 1,282 1.00/1.00 vMB 49
506,269 506,269 0000000000000000003ce3c220a6226fab816ba4fcb867c6c618977ffa378134 1,781 1.00/1.00 vMB 164
506,268 506,268 0000000000000000001e416f0b86a31cb9beab258d2e15206f0f085d00b43e4f 511 1.00/1.00 vMB 38
506,267 506,267 00000000000000000050e8a33eab155532a51a7bce26e8cb4372f09e2c33f2d1 2,228 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 783.00 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: 718.80 GB
    • Received: 17.95 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.