Loading Tool

Explorer IconExplorer

Memory Pool

33,673 transactions
25.52 vMB
0.05554797 BTC
Random Selection Loading Transactions
Max Size: 129.06/200 MB

Candidate Block

Mining Attempt 3ffe8d943f7a8750dfbcad9c0da3cc7415be4d7c41d55e7ff62edd56e0aaf44f
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 880f20ce4dd92df645fe9bda335eea053d69ad787e02e00116361d359b27635b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,633
Size: 1.00 vMB
Total Fees: 0.00904822 BTC
Feerates: 74.70 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (372,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,964 541,964 0000000000000000000ae8f7d79c98032eb9718ef4dbaf58bacd5c74afe6434c 2,446 1.00/1.00 vMB 4
541,963 541,963 0000000000000000000906f9eb993b644acc4966d38ffe54fba5ccfe25ad2cd7 2,712 1.00/1.00 vMB 14
541,962 541,962 000000000000000000217488133f5d895116cd27a144a867caaf002edc6a2e36 1 0.00/1.00 vMB 0
541,961 541,961 00000000000000000010c84c4eddcdef4224a8649b291766b35fcfe98e93f164 2,797 1.00/1.00 vMB 12
541,960 541,960 0000000000000000002731c05e3d5563f125e5a76feb8e41b7d5ae8c4d0c9aec 2,565 1.00/1.00 vMB 36
541,959 541,959 000000000000000000151be9f46b52b157f3dc25bb03db34e0beecf0c7c3f487 2,225 1.00/1.00 vMB 35
541,958 541,958 0000000000000000000b4869736d89bbc59b49c7dbc2172fda6834e0b0f37218 1,714 1.00/1.00 vMB 60
541,957 541,957 000000000000000000148a77965c708d054a6dcbbc286f05cd9ac654b7899444 458 0.62/1.00 vMB 2
541,956 541,956 00000000000000000024b620f38be2fc3229b408b3028bd035e0ae5b59c5b881 2,429 1.00/1.00 vMB 6
541,955 541,955 0000000000000000000e34e6722441ef89648b0242debe67428660537c069f9a 2,595 1.00/1.00 vMB 33
541,954 541,954 000000000000000000143114c0e806182f6fff3e2180be8a8b3d770f50d192ea 2,168 1.00/1.00 vMB 5
541,953 541,953 000000000000000000164c3baf1c6e2f623d5c622d9e88dcda46f1fac97fcc5d 3,018 1.00/1.00 vMB 22
541,952 541,952 0000000000000000000d33f4424e7b86dcb8cfaea707c2251d8d3ac8785524bf 2,513 1.00/1.00 vMB 25
541,951 541,951 00000000000000000001b6f762a38bc994d6a2c821cfd11a35202fb4c81272f6 2,747 1.00/1.00 vMB 10
541,950 541,950 00000000000000000018738a9f212f25104b9cbc88286cf1f3f5a3ba2e06fab9 1,630 1.00/1.00 vMB 12
541,949 541,949 000000000000000000245985678bbe8753c07568fcda21f200178234764aeb40 2,464 1.00/1.00 vMB 32
541,948 541,948 00000000000000000001dd1dddf3a65903cd6071b1ffaa36a5b96f9e76bbf899 2,203 1.00/1.00 vMB 34
541,947 541,947 000000000000000000280c1100e8ae47b58fb07bd0dbd8befa6539aa5141718a 982 1.00/1.00 vMB 34
541,946 541,946 0000000000000000000249781c5f78c78d3832c68774b6b62c90d75575e9b10c 468 1.00/1.00 vMB 45
541,945 541,945 0000000000000000000d951e2e98ec78bc8c853bf46a1e963cf2110c8fd54517 1,032 1.00/1.00 vMB 75
541,944 541,944 00000000000000000020c915fc1e3d6e2e3c0dda76c022b2318dfcef07c85a9e 2,395 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.85 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: 638.62 GB
    • Received: 12.49 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.