Loading Tool

Explorer IconExplorer

Memory Pool

82,273 transactions
25.44 vMB
0.11858050 BTC
Random Selection Loading Transactions
Max Size: 161.30/200 MB

Candidate Block

Mining Attempt 4b3895657236a9e6763324e02a5ab151b7ebe73547f92970cb57edca2e69fc26
Version 20000000
Previous Block 000000000000000000009c45c809cf8ca230f740617a448d800f8489917ad16e
Merkle Root 1aab358de67b903b744a2dfed54f999af67bc1954074b2ecb54c30eb029f746e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,332
Size: 1.00 vMB
Total Fees: 0.02043398 BTC
Feerates: 10.61 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,653 (890,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,931 24,931 00000000426b9773837372511dfbf225858bc3070821e1ab99805d93e1ab987d 1 0.00/1.00 vMB 0
24,930 24,930 00000000005626a763b1828bd08732574c21333e70ee0a10ff4620cd8d76847a 1 0.00/1.00 vMB 0
24,929 24,929 0000000096e7d4f24b9211007afc24b0838e118094950e387e8bef8f55dc1c49 1 0.00/1.00 vMB 0
24,928 24,928 00000000ebddf70010b2afa928410bdebb7d40c8876b0596a02eb51518fdf519 1 0.00/1.00 vMB 0
24,927 24,927 0000000024d82c717be6d9079168e92bf071d3d401af0eddb99036ee252b5b13 1 0.00/1.00 vMB 0
24,926 24,926 0000000017876cc77bf3207ae7e25098dbf60baf4acab04f26e1fe7626ac1492 1 0.00/1.00 vMB 0
24,925 24,925 0000000030957e9cf91c3d1eaeb0cb45c3fd1eeafc0af327bc745c06ec7e1f87 1 0.00/1.00 vMB 0
24,924 24,924 0000000085762509777016bd542321390513c3838f2e0dab1b36282d65eb24c4 1 0.00/1.00 vMB 0
24,923 24,923 00000000b1042686f91ee2809ae70d875824e1550b09200e4333cb88a2878f6d 1 0.00/1.00 vMB 0
24,922 24,922 000000001fa23b2439ad3e440151b12e198e9365e8d56db9f5ae655ae08ed587 1 0.00/1.00 vMB 0
24,921 24,921 00000000d7f696b1aff59cbb5e9ba1579769bbe5e69682fdaf51c9fc6fb5a9f0 1 0.00/1.00 vMB 0
24,920 24,920 000000007ca62f74bf5e242b125c524d59cef617149da4e8b699c792e949f553 1 0.00/1.00 vMB 0
24,919 24,919 00000000a2ece6b5f7f5eb7a977467ce581e9099a60f41b95f8baac1be19f68e 1 0.00/1.00 vMB 0
24,918 24,918 0000000027eddd68f25249021c5a9a65962aa41646fcaf05a765325e8ab131f2 1 0.00/1.00 vMB 0
24,917 24,917 000000003e7c0d1b9a50079485ed00fac3f951cd595572bf4bc2c786b2825445 1 0.00/1.00 vMB 0
24,916 24,916 000000004fc0cc2c0b4ae8b35cd0d433c9f9f6982fcd19d5537bfacf027c0b36 1 0.00/1.00 vMB 0
24,915 24,915 00000000eb8ba880250b76b1ab7883b5b8bdd208fb3b0f5680fcbd015295f8f8 1 0.00/1.00 vMB 0
24,914 24,914 0000000006f1a2d484b8037753e18707b3a3f19914485b5938862e8ab2f9cf23 1 0.00/1.00 vMB 0
24,913 24,913 00000000606dabbfdb39f1bf285392706036dc296b85b5218cf0cfedcf11ec79 1 0.00/1.00 vMB 0
24,912 24,912 0000000014266c6fb8ce89c41e6e7c166c22ead8172beaa2309c63abef71e0d1 1 0.00/1.00 vMB 0
24,911 24,911 00000000336c1b81abb28be39f1e4613bf37a911751a7fb2de1e6c32c7e7ad54 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.30 GB
    • Received: 20.50 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.