Loading Tool

Explorer IconExplorer

Memory Pool

43,988 transactions
28.76 vMB
0.10003354 BTC
Random Selection Loading Transactions
Max Size: 148.55/200 MB

Candidate Block

Mining Attempt 9dafd3d2ddb40e50f6e989873fc83f945ed000b22be64078019ea605c77859e4
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 43f2bbf88c6f1798db8cf96ed0cd490a2db92e2711e4aa14bc97e5ac429a50d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,752
Size: 1.00 vMB
Total Fees: 0.03909501 BTC
Feerates: 151.12 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (450,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,896 463,896 0000000000000000014f89e13d6fe8d44ae55e4b7ed01d6637b26598ee4738ff 2,219 1.00/1.00 vMB 199
463,895 463,895 000000000000000001dd83301320314a0d1e2d6cf92b188f9ebb4523a592a80c 1,363 1.00/1.00 vMB 156
463,894 463,894 0000000000000000009402634fcdb37124da07a660107c8c92554293be4237cf 2,489 1.00/1.00 vMB 178
463,893 463,893 000000000000000000e7ed9af7744091cfdb05ba729a5138fb7743167e5a7d96 2,383 1.00/1.00 vMB 218
463,892 463,892 000000000000000001d6f5f4f05ada829b8b75584aa1b25652d5937558329487 2,285 1.00/1.00 vMB 171
463,891 463,891 000000000000000000e405827776d88d3ff20daba4e27ccc0c4cbcf0d36a02e9 2,601 1.00/1.00 vMB 230
463,890 463,890 0000000000000000019962f61c038bdb7a038aa2b4d617ec4e5cd19e8e41c89d 2,757 1.00/1.00 vMB 215
463,889 463,889 0000000000000000018b6ceea022b0b905680ead69cb7b0e55aaaa75e25cce24 2,304 1.00/1.00 vMB 216
463,888 463,888 000000000000000000aa86e1d7427b23a8b8acef1f9fd1f2642b48f681f29764 2,740 1.00/1.00 vMB 275
463,887 463,887 000000000000000001ea7caf406376059996821422b877d07e8b6f4952584875 1,719 1.00/1.00 vMB 146
463,886 463,886 0000000000000000012cd12d372557e7c2300457da1c5baf549c81aab1b40c91 1,814 1.00/1.00 vMB 162
463,885 463,885 0000000000000000010bd605145f67bf36b44f7e1eeb43811119d55a83657540 958 1.00/1.00 vMB 139
463,884 463,884 000000000000000001a5c95af6d6d27439c25cb15f619ac0709dbd05c4453416 1,847 1.00/1.00 vMB 161
463,883 463,883 000000000000000001d37c2b4022aa9eac1896adab0c5116ac2133e44e6978f0 2,786 1.00/1.00 vMB 166
463,882 463,882 000000000000000000a91c95a5de514c5d825b680654e7c5316c3d9fffe740c5 1,755 1.00/1.00 vMB 192
463,881 463,881 000000000000000000c14dfbec3913d6737f6ec07d7d7143d116c739e7964af5 2,291 1.00/1.00 vMB 168
463,880 463,880 00000000000000000040dff89ac16ed55f7d368be0b27d0caf79b9354d04693b 2,377 1.00/1.00 vMB 195
463,879 463,879 0000000000000000018e2082cd8a48d4ac095f7bee7659fed1140715f4a45ec6 2,031 1.00/1.00 vMB 202
463,878 463,878 000000000000000000cc3f68fb1dc398c81bc50d7f7dae6e46e08ac3cb840fcd 2,068 1.00/1.00 vMB 210
463,877 463,877 000000000000000000d0a178e87c6e955a9843145577ecf47f5416976b619a35 2,222 1.00/1.00 vMB 237
463,876 463,876 0000000000000000016844ca01eff9b726c7de4ef691045d984687791afaff0c 2,274 1.00/1.00 vMB 266
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.64 GB
    • Received: 12.08 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.