Loading Tool

Explorer IconExplorer

Memory Pool

37,975 transactions
27.04 vMB
0.06492425 BTC
Random Selection Loading Transactions
Max Size: 137.64/200 MB

Candidate Block

Mining Attempt a4506189cd4d0176866cd1be2dda1eaed60d4cb95964c5ce6c52ae5adbb46860
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aa0c6dc0f267792ea015e053eb15dc0de9a39b282b4abed6a69a2326c5b1f7e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,731
Size: 1.00 vMB
Total Fees: 0.01403384 BTC
Feerates: 100.28 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (144,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,764 769,764 000000000000000000068925b938b8b2a55c4c9e27e27210226e716c98d1f1ad 2,308 0.70/1.00 vMB 12
769,763 769,763 00000000000000000005363e3f056fcd70033fcc47acc3953e2efc9c7f6fff4d 87 0.04/1.00 vMB 16
769,762 769,762 00000000000000000007c6ea01a1c63b03bf098c479fe437e50bffdae7803e4e 425 0.15/1.00 vMB 10
769,761 769,761 00000000000000000004e95e26faf0b3debdd5500634439a22952626cf6bc350 1,777 1.00/1.00 vMB 9
769,760 769,760 000000000000000000076420b7c9a4d492231deefb8cc2c3ce99d3b0b8b2a7df 2,889 1.00/1.00 vMB 13
769,759 769,759 000000000000000000004cfacaf797e06022388da6a1f108f8a4d82f9e3c82b9 227 0.76/1.00 vMB 1
769,758 769,758 00000000000000000005924ce18958ce8931ea48ff74044675b10f3624f6937c 2,026 1.00/1.00 vMB 8
769,757 769,757 00000000000000000000805c2e779ce2f4382aea386b23a8a895ee03d469fa56 2,358 1.00/1.00 vMB 6
769,756 769,756 0000000000000000000395f3cbabe054c8d5e98814f59a7d2b40f8f581a456d6 2,682 1.00/1.00 vMB 6
769,755 769,755 0000000000000000000398e5c749a3d9cb7fdb5c1dc4842441c53f8f01a91ce7 2,346 1.00/1.00 vMB 12
769,754 769,754 000000000000000000010cc1fd67c7f586ebf53f93d16aab229cb91e6b93c65d 2,235 1.00/1.00 vMB 11
769,753 769,753 0000000000000000000066abcd3103c58298136c6e54862dff59ebd4bdc92d7d 2,563 1.00/1.00 vMB 16
769,752 769,752 00000000000000000005227268f2f904a13c79d7b071a46986b8de2dbc16a92e 2,746 1.00/1.00 vMB 28
769,751 769,751 00000000000000000002b0141ee2bf918d33670198d9b6835855a4bdbe608c55 2,307 0.81/1.00 vMB 8
769,750 769,750 00000000000000000000945dd3231b14be1864cad5710558136b57d704a4d556 2,409 1.00/1.00 vMB 8
769,749 769,749 000000000000000000054a0a5dbba0746bc11a1bc523054aa87124a7b725e0a4 2,501 1.00/1.00 vMB 17
769,748 769,748 0000000000000000000078e173f622cc915412bd26ed89598c10d6cab05a8b76 1,310 0.46/1.00 vMB 10
769,747 769,747 000000000000000000038ae1119a56d598e88cb9b3ed0051f16e3e6c4c248d7b 441 0.12/1.00 vMB 13
769,746 769,746 0000000000000000000746e6a305f3a962c7145dfbba3fa213c4ec6eaa22e037 1,440 0.61/1.00 vMB 10
769,745 769,745 000000000000000000002d9eed405447670cdd6369c4c305ce553aeaea4c8aa8 119 0.09/1.00 vMB 8
769,744 769,744 00000000000000000000de07429851f1a6fc93ba10d11583bed9142012670f74 525 0.18/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.