Loading Tool

Explorer IconExplorer

Memory Pool

35,526 transactions
28.80 vMB
0.09451786 BTC
Random Selection Loading Transactions
Max Size: 157.06/200 MB

Candidate Block

Mining Attempt b3d15215c8c64a7e49b205da4bd503bd670bf2682ef45a356acb3367b9352138
Version 20000000
Previous Block 000000000000000000009b9118ef314c3598956b74abb63720cdfda57b78e925
Merkle Root 720bd729a4a6bcd05d65c92cc2fff7dd2c55274a2852db6e6394c46b664c6c64
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 1.00 vMB
Total Fees: 0.04802297 BTC
Feerates: 293.13 > 4.81 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,116 (887,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,223 52,223 0000000007ee1f8f442e22a25df88efce8ee9b8569b5b95871fd9f7068b3591d 4 0.00/1.00 vMB 0
52,222 52,222 000000002092ed910ad8a83d50437ce479f8e4caaf6d9a45c64891f20e361c6d 1 0.00/1.00 vMB 0
52,221 52,221 000000000b3c449d1cdb73ce77c4191fb47a83c5b27847acf3d72d32bc8aaed4 2 0.00/1.00 vMB 0
52,220 52,220 0000000001ee2ccd6b6b2bee53f6e5041681039e9bb22706405aab507136ed01 1 0.00/1.00 vMB 0
52,219 52,219 000000000fec7636ac3252164917b5e6aeba6a4d580b87fbdaf08ea04fe01a10 1 0.00/1.00 vMB 0
52,218 52,218 00000000036e8f859bb97db36095a915558c2aed83fc44bccd1f9eb1a05f1500 4 0.00/1.00 vMB 0
52,217 52,217 0000000004c1b6188509aa6bf59a8c5c4f6030e3a0cab04731784bee0eacc08e 1 0.00/1.00 vMB 0
52,216 52,216 000000000d004040c4ae784cbdaaf3ce27baa885f0ffabe14ecc74ccd7659a93 1 0.00/1.00 vMB 0
52,215 52,215 000000001102559a5d068b9fee31726c465a6053800de847bb2e6a09239d0dbc 2 0.00/1.00 vMB 0
52,214 52,214 000000001b0bbeb1669e5025c91122d93e6e0179abb073af8d5c16a85feaa66c 1 0.00/1.00 vMB 0
52,213 52,213 0000000006901dfcf381342891422bccb077a627a7f71cc6207d3663733de0a3 1 0.00/1.00 vMB 0
52,212 52,212 000000001ee24a42224282ec301bfd9529b321afd8f621371279892bd846d245 1 0.00/1.00 vMB 0
52,211 52,211 000000001fd83a7fef19c11d850e8a885521e869f504b0ad8f46d3f94746eab4 1 0.00/1.00 vMB 0
52,210 52,210 0000000006911c1ec606cdc5fd3d9c0a224d49d892bbe5f7cbc5a59319f85f18 1 0.00/1.00 vMB 0
52,209 52,209 0000000008665dddf54868e24f41e51dc8d226d74027291072cd6e9786acd128 1 0.00/1.00 vMB 0
52,208 52,208 0000000004e01522c074351cd8f529fbc3d98e25b273319e3f2a8d4d2564b769 1 0.00/1.00 vMB 0
52,207 52,207 0000000018f3ae8f5d8443a136b493aa4c8c98b99aa8a02ac71fdfb9e9c2b351 2 0.00/1.00 vMB 0
52,206 52,206 000000001596fe18c313d3c290c18cd5af811d36bab502867e2da7fa1b96e547 1 0.00/1.00 vMB 0
52,205 52,205 0000000013be27dcf878ec9f772abbd9ea6b048ad1aa5a6073c43f9aabeea048 1 0.00/1.00 vMB 0
52,204 52,204 0000000016d29a0f4e041aa91e0e7142fa7b234ff2399b6cec64f8435ba57c5e 1 0.00/1.00 vMB 0
52,203 52,203 000000001b770042801592d2599cf9605bc20b3306a8bb5a884b39983dc25ade 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 826.93 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: 4,437.68 GB
    • Received: 240.42 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.