Loading Tool

Explorer IconExplorer

Memory Pool

79,020 transactions
29.74 vMB
0.09243487 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt a4348ef3af674e1175d545231b55d9db5eb80ca573f9d1eb1cf1bfa73cdf768d
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 356ab0fa4c1a7d29f702b2addd3b9521c9b9aa470252f40a85ca5b36637e5aa1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.02604235 BTC
Feerates: 101.62 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (369,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,959 545,959 00000000000000000014b9a7ab59de9fdd02f0a04ef60f7578997c32b15e8b93 867 0.43/1.00 vMB 10
545,958 545,958 0000000000000000001e29c45f1a6b1dfabcbbcf3e87971d163e6d96ea0639db 1,829 0.91/1.00 vMB 12
545,957 545,957 0000000000000000002301a5dcf1a11ab9a684647804ff789897495feef010ce 651 0.55/1.00 vMB 4
545,956 545,956 00000000000000000022b3e33a5ca25dc824cf708507f944947508432adb70ff 2,440 1.00/1.00 vMB 15
545,955 545,955 0000000000000000000e59ba916a7d6d90f03316cec8ae41e2b40373f9b0c800 2,912 1.00/1.00 vMB 17
545,954 545,954 0000000000000000001cdadfacb25e841d5552d3c6daf44a4b1e9597b27e6eae 2,257 1.00/1.00 vMB 10
545,953 545,953 00000000000000000001157eac1a93865bbba533fa42b65fd489a2273970dd08 753 0.28/1.00 vMB 27
545,952 545,952 00000000000000000010a44725610f546f94dbcc0b70d2b1bdd2c9dfac6b6981 3,149 1.00/1.00 vMB 18
545,951 545,951 000000000000000000187ff507f219d82d2f6d0dd875006cdf48d85c7e2b79c6 2,628 1.00/1.00 vMB 21
545,950 545,950 0000000000000000000f60d57291c538940d4415692656add3bb9933d2087f15 689 0.29/1.00 vMB 10
545,949 545,949 00000000000000000008a9390dd92fd51deb3c9f65314d7fadf61c8b935ad959 1,279 0.64/1.00 vMB 16
545,948 545,948 0000000000000000000c0f8bf6b7f77ef15733b9045da77ad13a1b4f7a07d051 779 0.36/1.00 vMB 13
545,947 545,947 00000000000000000017265e53cf79960e5d288a7828b7467a04c483d5fecd51 796 0.38/1.00 vMB 10
545,946 545,946 00000000000000000025bbb1d2bf7b03faf1df9e7e874c4d941525dff33da417 1,782 0.75/1.00 vMB 6
545,945 545,945 000000000000000000054f4d6c6728e3537573e229a44762c4ee4e039fdced97 1,770 1.00/1.00 vMB 17
545,944 545,944 0000000000000000001ca1b3eaeda4a3edc991861c883f5e730d56c583673e7d 1,138 0.88/1.00 vMB 2
545,943 545,943 0000000000000000001edf82982031c4395b64e56198d854f7e89f1478a89190 2,558 1.00/1.00 vMB 14
545,942 545,942 00000000000000000019d88d1fe3f8d87bcaf5e5c3c64b36dc0badfdff57ba29 3,021 1.00/1.00 vMB 14
545,941 545,941 0000000000000000000479282d51e008ed4f2c3c0b5d5b3c1ea0292efdd54088 3,096 1.00/1.00 vMB 21
545,940 545,940 00000000000000000018d88dabf1af0b98d7e0b970292502c1454fc42a7ef38f 1,119 0.80/1.00 vMB 9
545,939 545,939 0000000000000000001557887edc42142a3f22dae6f31b95359f2059caecb3c0 2,903 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.62 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.04 GB
    • Received: 16.12 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.