Loading Tool

Explorer IconExplorer

Memory Pool

85,365 transactions
31.95 vMB
0.19889036 BTC
Random Selection Loading Transactions
Max Size: 189.87/200 MB

Candidate Block

Mining Attempt dc4f71a04778d4a0003e86ba6d7a54eab6b1d149f7e0cde69f35582760d5267e
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 89d3b60aaecf27cf317352addec4c433d3a64e688ab44e0e4f41c0e9f6e52339
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.07707901 BTC
Feerates: 301.64 > 7.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (323,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,934 591,934 00000000000000000004c8130c8d5bcd54bd4edf8511656400ac3752ea5c675b 2,769 1.00/1.00 vMB 31
591,933 591,933 00000000000000000015a49495b6360d069e7d3e4a9853dfbf9e455257dbccde 1,878 0.62/1.00 vMB 7
591,932 591,932 00000000000000000008251a382ebb023dc7a4e31bca8d0db00c405ef9d3a98c 2,706 1.00/1.00 vMB 37
591,931 591,931 0000000000000000001974863bab209cc43be25e5293cfdcbc119fb51dc261ff 1,192 0.42/1.00 vMB 26
591,930 591,930 00000000000000000012c7c3649d6cd7b7081031cd30b9fd86e40f07207367f9 2,703 1.00/1.00 vMB 24
591,929 591,929 0000000000000000001363526dfb7121035d380e53bc618e1062eaae3f0c450c 1,655 0.57/1.00 vMB 9
591,928 591,928 000000000000000000017061ce474be3420ac41075c2e53ef693ae6c3d7957e9 2,726 1.00/1.00 vMB 30
591,927 591,927 00000000000000000015852cf670e51484bcec114c1f5b50ae7fc1d3443971f6 295 0.10/1.00 vMB 28
591,926 591,926 00000000000000000007aa9f3f683f3c7e906de40de9024bbe51c38906723423 335 0.15/1.00 vMB 19
591,925 591,925 00000000000000000004758030dd203998d82152ef50734e908d0c532aa3e397 2,528 1.00/1.00 vMB 18
591,924 591,924 000000000000000000105a31bb62d7d9aaa46cccd4cd0b3acaffbda7e08532cd 2,520 0.88/1.00 vMB 22
591,923 591,923 0000000000000000000b73363f8d485270d6614e6f6679fbe89424bd4b29890b 2,339 0.82/1.00 vMB 14
591,922 591,922 00000000000000000004c70bb5e37c71d1b604b8fe15a36d4f99c95d22f42d3d 2,937 1.00/1.00 vMB 36
591,921 591,921 0000000000000000001b5d4fac3ae76f6de72146b1be217ef4130736d26aca5b 1,731 0.57/1.00 vMB 17
591,920 591,920 00000000000000000004b0e468e3e81a9140fd68ed36343212228caf8371e832 2,465 1.00/1.00 vMB 9
591,919 591,919 00000000000000000004cd6dc5c149b6b908762acc915051d650bc850d2285ba 3,319 1.00/1.00 vMB 43
591,918 591,918 0000000000000000000a4e18f6c4a3bf4d7f7e0e4dc91105c481911f29730945 2,103 0.86/1.00 vMB 3
591,917 591,917 00000000000000000002cb4edd9653f64531f93794600ef2afd6d72ff4f96f81 2,200 1.00/1.00 vMB 19
591,916 591,916 0000000000000000001953c7a622a6de3e7227f2dfbc3d9aa77d00686f6a8af0 2,527 1.00/1.00 vMB 10
591,915 591,915 00000000000000000016355543390ae1f8154e323f9d6c72d73f255a4a3fdc82 2,538 1.00/1.00 vMB 38
591,914 591,914 0000000000000000000fabd59170c77c4dbcc188839f5596d4196867e5e92139 2,842 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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: 672.64 GB
    • Received: 16.29 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.