Loading Tool

Explorer IconExplorer

Memory Pool

43,674 transactions
28.13 vMB
0.07545152 BTC
Random Selection Loading Transactions
Max Size: 148.49/200 MB

Candidate Block

Mining Attempt 9ab48e08eb515cda4754e8ffd21a95c00fb17c813097e7b71500142a770ccfe0
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 26acfe1cb8f9075e0a7ab5850d5440de5a5a4a84feee5a464c1a8c20e0f79061
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,647
Size: 1.00 vMB
Total Fees: 0.02246471 BTC
Feerates: 100.30 > 2.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (80,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,753 834,753 00000000000000000002c54409957fb4a6641b4a6e8565f4e93a65d55098f7bb 2,025 1.00/1.00 vMB 33
834,752 834,752 00000000000000000002ee65264300d0b94dc2fcb27cfa09702d14cea97013a7 2,911 1.00/1.00 vMB 33
834,751 834,751 0000000000000000000031b807ae5233182ffea6ce3f430c8e022636496bcf9b 3,048 1.00/1.00 vMB 43
834,750 834,750 00000000000000000000e9937bf0cecea3c6a595fc13c85d88395abd64ba1ea7 2,432 1.00/1.00 vMB 23
834,749 834,749 0000000000000000000304b81abbceab6db3a3266872ce80428c19039e8a9fd0 2,677 1.00/1.00 vMB 31
834,748 834,748 00000000000000000001e17e37c3fa9b995acffca011a081b2472aa67dba11a6 1,739 1.00/1.00 vMB 19
834,747 834,747 000000000000000000011f09d0da0b5bffed1d5c51e32d1cb85b5d27f353fa95 2,360 1.00/1.00 vMB 27
834,746 834,746 000000000000000000025155585e33b2793961915c407a22a0cce072d8dd1f70 2,344 1.00/1.00 vMB 21
834,745 834,745 00000000000000000000972efd0927ec7790d8afba7bced06535d41096fffaec 2,112 1.00/1.00 vMB 20
834,744 834,744 0000000000000000000099da950060c267b49a2cdd7f8d5567ab49c1094641ed 2,969 1.00/1.00 vMB 36
834,743 834,743 0000000000000000000001034e625bda49bd05048a1ffdc91b5c9ae30739278d 2,648 1.00/1.00 vMB 30
834,742 834,742 0000000000000000000223efd4ccefbf6e6141d7c8b619189cc940c97126ace1 1,213 1.00/1.00 vMB 18
834,741 834,741 000000000000000000010e674fe4a86fdcd5d2adc265b79e3b95e80044782a7b 1,925 1.00/1.00 vMB 19
834,740 834,740 00000000000000000000f0ccdcfe3fe074265b8fd091ded422d8edf4334da548 2,581 1.00/1.00 vMB 27
834,739 834,739 00000000000000000001f985b05d9452b1403b11b32ccbd1619612cf0f5f3425 439 1.00/1.00 vMB 14
834,738 834,738 00000000000000000001b5b3a94103c8a0606004a0dfe50cdc6c16c1cfcb7497 1,474 1.00/1.00 vMB 18
834,737 834,737 00000000000000000001730b6f645905427bf766bfb436a3b37fe97d499763c2 1,947 1.00/1.00 vMB 18
834,736 834,736 000000000000000000006714f88c4cbc276f43b3dcab603af0377f7b09ce62de 2,294 1.00/1.00 vMB 21
834,735 834,735 000000000000000000020f8bb688cf84cdebf922d182fbe42cf6ea7a3d4cc5b7 1,616 1.00/1.00 vMB 15
834,734 834,734 00000000000000000002f79dac6d400b6232f83034b44161e15a41e76dece439 1,621 1.00/1.00 vMB 22
834,733 834,733 00000000000000000002ae448e981a66a4534f37b49b7155557f7e76f88669f7 2,332 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.10 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: 651.63 GB
    • Received: 13.60 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.