Loading Tool

Explorer IconExplorer

Memory Pool

41,960 transactions
30.31 vMB
0.16219224 BTC
Random Selection Loading Transactions
Max Size: 153.03/200 MB

Candidate Block

Mining Attempt 0babb5c864f1417928966c528db248e614c735b62bf134340409de4917f4d4fa
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 9bd5a7410c75f7721a53daed54073bc637675dcfd4c8c2e4128788ca5b1bbb87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,594
Size: 1.00 vMB
Total Fees: 0.09000081 BTC
Feerates: 301.60 > 9.02 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (837,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,958 76,958 000000000003980b0c18a634744076f928a0d542f853a002248e80f3b898281c 1 0.00/1.00 vMB 0
76,957 76,957 000000000064fbf1b894e98898c93caf6abbbbd8336bfc0a94fbd3d8e88eadec 1 0.00/1.00 vMB 0
76,956 76,956 000000000039b377f52ec1e8816a5da47a6c58f65317f619b3b7b30bd48ee839 1 0.00/1.00 vMB 0
76,955 76,955 00000000002c2276f4fa88019bc3b9788314691bff35c0b56dd6513e29b8abd0 1 0.00/1.00 vMB 0
76,954 76,954 00000000000a40ee28af4acb077fcdfaad6b328eb48450f8d2b869434a00a381 4 0.00/1.00 vMB 0
76,953 76,953 000000000007a576a9f278cf337987320ef546ec0c5fb8ab8f711ddd7ead1084 1 0.00/1.00 vMB 0
76,952 76,952 000000000004a2a3d7e09ce4ef7fce014e9bf75121cb7b5a9c88eab7566b7830 2 0.00/1.00 vMB 0
76,951 76,951 0000000000507cdfce1dae1c625b14f71b7fb35913016ff2eb28c189dc8397d1 5 0.00/1.00 vMB 0
76,950 76,950 00000000000460b52eedb2497759192ff2fefc150c98bc01eba24009910ceb14 1 0.00/1.00 vMB 0
76,949 76,949 00000000005f3ce9f7fd703f8799be608974379d4e360ae9db45b5516accd277 3 0.00/1.00 vMB 0
76,948 76,948 00000000004655ec371ce1a40b90c0b23a60817851017bf9c0b3944f664cfa2a 5 0.00/1.00 vMB 0
76,947 76,947 00000000005c928a88db15f28b522a0fab68e0fbf209572eb94ade61635c7329 1 0.00/1.00 vMB 0
76,946 76,946 00000000003e6909a6b9755fa639f5bbb0ed860393addba16a59d911f16f81f2 3 0.00/1.00 vMB 0
76,945 76,945 00000000001eceb1a834a9278af2aa9d1a141a7f2dc7f349d6b5703a8852e4c6 1 0.00/1.00 vMB 0
76,944 76,944 0000000000503c14dd5ac5b735f0177b6358fe4ee990d7f67fb3aeaa4fa6927b 2 0.00/1.00 vMB 0
76,943 76,943 0000000000238092cdb93dc269fbeeb1b609d2a0cfac452bab5ec2752c7b7be2 1 0.00/1.00 vMB 0
76,942 76,942 000000000021013558ffc908c30c4f66ce9c80b14864a41f385c75698c8acf44 1 0.00/1.00 vMB 0
76,941 76,941 00000000005906b2d228b7a3e36011cd65fd89dfde0acb60680b953a05848b3d 2 0.00/1.00 vMB 0
76,940 76,940 000000000021ee1fcc424dbdd9f91e0ae4576288f7bf49e5cce319a203ce0f8b 2 0.00/1.00 vMB 0
76,939 76,939 00000000003aa0cdfedfbf372ea8b9721c90649e7e1256db31c43b6e17d22ab2 3 0.00/1.00 vMB 0
76,938 76,938 00000000003222e407f55237d5326ae43400dbf53689803ea258f2b2f686561d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 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: 618.65 GB
    • Received: 11.20 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.