Loading Tool

Explorer IconExplorer

Memory Pool

81,413 transactions
30.28 vMB
0.07541224 BTC
Random Selection Loading Transactions
Max Size: 185.92/200 MB

Candidate Block

Mining Attempt 69d833dd37167f98b720505751335b987ff24b38a21461e9b18c94c4e20ae161
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 0db1e637d43ac8eb065ad8380d4f5b36ab144a4cbdbf04fa0a2180b39d135521
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,895
Size: 1.00 vMB
Total Fees: 0.00814822 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (28,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,286 887,286 000000000000000000006edfa8d3cba41aa5ea0a419525c6c186699629f89c39 3,569 1.00/1.00 vMB 3
887,285 887,285 00000000000000000001b155286d3b6abbd0ca214949ef7db2e4f54feb01042f 2,575 1.00/1.00 vMB 1
887,284 887,284 000000000000000000022f706a3f47e40e923e8c0fff30e0cd2ca733f109cf31 2,211 1.00/1.00 vMB 2
887,283 887,283 00000000000000000000938da4e8a7af8b657ca8f799a5aa71ebb4b4d3e7155b 1,607 1.00/1.00 vMB 2
887,282 887,282 000000000000000000021f4b05fd964763b2a71f3f180228549935e558f9a401 3,129 1.00/1.00 vMB 3
887,281 887,281 000000000000000000016a770d83d255741f318d45b75aab7d71da7272d57c46 3,651 1.00/1.00 vMB 5
887,280 887,280 00000000000000000002006a3d5733675a90cb61a4a344d9e31879c5bd1e6d9f 3,049 1.00/1.00 vMB 3
887,279 887,279 0000000000000000000249770da8e99939d03d8577a1a4a3c2da09326f77c7bb 4,175 1.00/1.00 vMB 1
887,278 887,278 00000000000000000001b390dad58ee6717e479b6dd82bec74fb0fbc308d4198 881 1.00/1.00 vMB 1
887,277 887,277 00000000000000000001534b8beae722fec9dad5ad67be3dc10e5c9076bf0208 3,016 1.00/1.00 vMB 3
887,276 887,276 000000000000000000001256a7e5b103ca40a387d6f22d9ef5044dd3b906ccf4 3,555 1.00/1.00 vMB 5
887,275 887,275 00000000000000000001537a3ca352c96f2ab157008e23ffc0e1ebc04896b4ad 1,103 1.00/1.00 vMB 1
887,274 887,274 000000000000000000002cfcdcaa8c6ef0c6d870b49fd62f01816dd171480bbf 1,770 1.00/1.00 vMB 3
887,273 887,273 0000000000000000000048399cfc96c50447a195db2d9114c5371201ea1596a8 2,198 1.00/1.00 vMB 3
887,272 887,272 00000000000000000000b7fcb02afbb0e68a7d53b4eef19b29af84d93325f062 2,628 1.00/1.00 vMB 6
887,271 887,271 00000000000000000000c7c4205ca11c2582fb992c4b1aeb151983f032d26153 2,945 1.00/1.00 vMB 2
887,270 887,270 00000000000000000000becf3a05855a6313f113de04e7bf6dd63ad26fb12b4e 2,824 1.00/1.00 vMB 1
887,269 887,269 00000000000000000000da3eec2fd04a02f67c4d72c2dd3c21bd08d0ec191533 1,778 1.00/1.00 vMB 3
887,268 887,268 00000000000000000000d20db3715cd0b579d6693be347ad99917dc86461e9c5 2,114 1.00/1.00 vMB 3
887,267 887,267 000000000000000000026f1e016b0857f493aa484120744eb213f6aef895ccfc 3,044 1.00/1.00 vMB 2
887,266 887,266 000000000000000000003b06adbc9c92f28c38f20410df7ea258e527f8a97c64 3,251 1.00/1.00 vMB 1
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.35 GB
    • Received: 17.71 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.