Loading Tool

Explorer IconExplorer

Memory Pool

77,116 transactions
28.61 vMB
0.08892669 BTC
Random Selection Loading Transactions
Max Size: 173.55/200 MB

Candidate Block

Mining Attempt 8e00bb244385a448e5ce662ea9b8e1c3a37ca011064e48a9cffd931ee5eb561c
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (533,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,764 381,764 0000000000000000022c3ee39bac2366ba86e64aa1fe0d229a381cf2e8b0e918 1,213 0.93/1.00 vMB 22
381,763 381,763 00000000000000000f15f1fd89edd7b1d6ae6db30a6e14287ddb379a112c3820 442 0.34/1.00 vMB 22
381,762 381,762 00000000000000000a8937664476f0ccca1ce9da307d5f383b24e44bba2f924e 1 0.00/1.00 vMB 0
381,761 381,761 0000000000000000109efc55f2c0a2eff97acf584aafd21f2f093c23e7d5ee70 1,585 0.75/1.00 vMB 38
381,760 381,760 00000000000000000caf0d07a8342767b1ac5c0b54fc2e08dbe32f5b7de63837 1 0.00/1.00 vMB 0
381,759 381,759 0000000000000000046756a676062822106593fedde6aea5dae0af5862f00b6b 1,281 0.64/1.00 vMB 34
381,758 381,758 000000000000000010f120662dcc9f8e0644ab2b7800b0f3b50aa89af3389f51 1,741 0.99/1.00 vMB 34
381,757 381,757 00000000000000000658cb22b9a2f18c6a65d57e1f87719532f663e23a6c51ce 421 0.20/1.00 vMB 38
381,756 381,756 00000000000000000175cf1b8c706049b50fb8619d18feb8ffd45a8c8ff86459 2,000 1.00/1.00 vMB 36
381,755 381,755 00000000000000000085d11553b0f63e0a043bd5e7e041b964e7fe3fc47b2df2 1,736 0.93/1.00 vMB 37
381,754 381,754 00000000000000000cfc8f5d0bdaa11fe15397c3bf608f5cae5420082162a562 1,685 1.00/1.00 vMB 30
381,753 381,753 00000000000000000163b93bc201fc663a4146c4466725c05f310adf20c2b96d 136 0.10/1.00 vMB 22
381,752 381,752 0000000000000000108218c40d99f8b65cab9abc85988565f015d21c0b0c3872 400 0.20/1.00 vMB 32
381,751 381,751 00000000000000000b077fe7def292027c16de786a8bd50bafd0e550f6ccae8f 92 0.58/1.00 vMB 7
381,750 381,750 000000000000000004e368416a5f350df2fe985ea218bdc8f0753665d86aa6b5 680 0.99/1.00 vMB 16
381,749 381,749 0000000000000000084f5b38703d1aa1c5a260d46187768b55eca3c47e63553d 874 0.60/1.00 vMB 34
381,748 381,748 000000000000000008384f9ba842c382dcf93ce69ab3394ac469efb6ae322702 512 1.00/1.00 vMB 9
381,747 381,747 000000000000000005fbb11e7ec9077e27a2a8a3ed13fb07b3725eec2e4da51d 1,238 0.75/1.00 vMB 33
381,746 381,746 000000000000000000504886bc3b084b2eb2d8e8aa9b5d701418635a6b61e001 221 0.11/1.00 vMB 33
381,745 381,745 00000000000000000b197ecb33518ec403189e3ab100cea38bf24bcd5eeda059 639 0.32/1.00 vMB 36
381,744 381,744 00000000000000000b7d7f169253e3a5ba6831932385b5b5c849c2e68b86b43c 1,443 0.95/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.