Loading Tool

Explorer IconExplorer

Memory Pool

33,799 transactions
29.29 vMB
0.07327654 BTC
Random Selection Loading Transactions
Max Size: 141.74/200 MB

Candidate Block

Mining Attempt 4c2203102db8a5765e98f44edcef91c08867241f90deee7678d60d9d74951ad9
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root 984eae7a1102e2d4a91caad8e1cf4c566bdd9b59b4219edea05bd601d87770a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 880
Size: 1.00 vMB
Total Fees: 0.01114830 BTC
Feerates: 30.44 > 1.12 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (837,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
76,937 76,937 00000000003af25c36f5c392d4c6036550cc8a665d549ca67894058858f70657 1 0.00/1.00 vMB 0
76,936 76,936 00000000000c69325a1a0512878be398fdc13e03fd5f920aa9b3ef0d1dd2328c 1 0.00/1.00 vMB 0
76,935 76,935 000000000018a809311919d05d7f50925e89ac1601cd2abbdc43559e12bec69a 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 613.71 GB
    • Received: 11.14 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.