Loading Tool

Explorer IconExplorer

Memory Pool

77,218 transactions
28.94 vMB
0.06767421 BTC
Random Selection Loading Transactions
Max Size: 177.51/200 MB

Candidate Block

Mining Attempt 016f24b66def8e745ecdf747541f683484f1fcb1cf14999d2314e110aea3b122
Version 20000000
Previous Block 0000000000000000000015f42737b0f6cdaf42b1e766cbed553b91a24f37ee91
Merkle Root 265ab26a75d5774a362477ab56a5c348a78e1aa3c8e81538932996a07ad4e212
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.00451690 BTC
Feerates: 150.35 > 0.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,240 (121,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,202 794,202 000000000000000000023c23ed914486595809fa6e177a275b420f5f32758ff2 1,459 1.00/1.00 vMB 12
794,201 794,201 000000000000000000035472d6fe3205d253d293ec983dcdacfbdcba0c7da8fc 2,781 1.00/1.00 vMB 29
794,200 794,200 00000000000000000003dc3c3a8f94867da6fefd25faf29031a4130662b369f9 3,035 1.00/1.00 vMB 26
794,199 794,199 00000000000000000002b14f0c5dde0b2fc74d022e860696bd64f1f652756674 2,742 1.00/1.00 vMB 20
794,198 794,198 00000000000000000000b4a87d3ed06516ed4c3a00551af9c12880f33bda1b8b 2,009 1.00/1.00 vMB 47
794,197 794,197 0000000000000000000238991d8b33fe9571cbcc140fd6052b8fedcfa5624a39 3,377 1.00/1.00 vMB 35
794,196 794,196 000000000000000000025c25824af4946592053adfb69a70255420c381f05d47 2,687 1.00/1.00 vMB 25
794,195 794,195 0000000000000000000375876654a7925225a215da57032b37f265a36b5f77e2 1,960 1.00/1.00 vMB 17
794,194 794,194 0000000000000000000501ebc2e644788721e6ec08b621e4aa7710e2f0f08308 2,607 1.00/1.00 vMB 24
794,193 794,193 0000000000000000000210e93613cc5f544183d5fce9e52a1b88bad7448475c0 2,574 1.00/1.00 vMB 32
794,192 794,192 0000000000000000000464a9b7a02c8b6a8e4a2252a8f761e0a965039ec47fef 2,921 1.00/1.00 vMB 33
794,191 794,191 000000000000000000011a7a3d941a697749bcf0d62f3d63b56ab43f4b0083b0 3,736 1.00/1.00 vMB 43
794,190 794,190 000000000000000000011e60cfd9374aa98b84b6b53ed8a1080fc41f125eb79e 1,348 1.00/1.00 vMB 26
794,189 794,189 000000000000000000057009d4d55b196c63935bbf4686d33cfe196590173632 1,771 1.00/1.00 vMB 19
794,188 794,188 00000000000000000000c974145cde36b8caf4a089b80fd0da44e7b5d743379e 2,328 1.00/1.00 vMB 24
794,187 794,187 00000000000000000002fada01a1141452be9ace2bae91b4bd84657b9251900f 3,716 1.00/1.00 vMB 28
794,186 794,186 000000000000000000020dfd5e5e943f792730a2a5a5c5efb0bc50d3b335490d 3,087 1.00/1.00 vMB 27
794,185 794,185 00000000000000000004623ba0b2a4ec62699e6c58f9d60eaae8020bc0723886 3,490 1.00/1.00 vMB 41
794,184 794,184 0000000000000000000228d3bc3f67f8dcc24abcc4b2eb592e0d5f81a41f33ee 3,198 1.00/1.00 vMB 33
794,183 794,183 0000000000000000000005b2a072823b8aca0e86c8c957d57ce14f4a2817aae2 2,796 1.00/1.00 vMB 35
794,182 794,182 000000000000000000034580a499aba457c044a3773e0e9402c5addb3b81f3a1 2,625 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.81 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: 710.21 GB
    • Received: 17.04 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.