Loading Tool

Explorer IconExplorer

Memory Pool

80,958 transactions
30.38 vMB
0.13166032 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt 0802e92b033b866aba9ab25e5fd770d46954700f218400dcb2cdb888e094a2d8
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4b6efff9b4fecbfb10cb6c1601411c82969b03fb4d7c42c647bbe254ecd542cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,664
Size: 1.00 vMB
Total Fees: 0.05972721 BTC
Feerates: 150.86 > 5.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (285,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,765 629,765 0000000000000000000e9c08a1575146a13dfc4383495332f20f544860f14983 1,731 1.00/1.00 vMB 33
629,764 629,764 0000000000000000000ce00c8d2ef6fc5f3b7161d274e1c4dc7845395e4fd513 2,217 1.00/1.00 vMB 91
629,763 629,763 0000000000000000000f7e842e5c0d268ff511806cd17804cb2d4649ce1b2534 2,532 1.00/1.00 vMB 13
629,762 629,762 0000000000000000000896db7e6c6969de2e393e46b998479960224e2f2aa559 2,628 1.00/1.00 vMB 34
629,761 629,761 00000000000000000007c4dcb878a71d0a56ea3b992d8f1c64ccca811b5ddf45 2,274 1.00/1.00 vMB 62
629,760 629,760 0000000000000000000d5a1ca9d64bc3d903041833226a1906cc4ef4a77b08df 2,976 1.00/1.00 vMB 105
629,759 629,759 0000000000000000000d1fa9a0c58b50e12facae8b3ba937273acfad4931d5c7 2,582 1.00/1.00 vMB 41
629,758 629,758 0000000000000000000789317bfc2f797da9f7c6a0ac5a709facde200ccd50d9 2,457 1.00/1.00 vMB 62
629,757 629,757 000000000000000000028fcaeb5b6f801c75a95b729de8d66716222b8fdad9a0 1,173 1.00/1.00 vMB 8
629,756 629,756 000000000000000000038d94d946348efcbc817b76a3d5114126264625dfa76e 1,727 1.00/1.00 vMB 12
629,755 629,755 0000000000000000000c9fb6f25664ba6c653f55ddaffdfa04b4b67688515670 2,785 1.00/1.00 vMB 76
629,754 629,754 0000000000000000000c6a6ef21b6e1dac08d353b10f1273dde0144ec58b51f1 2,071 1.00/1.00 vMB 66
629,753 629,753 0000000000000000000a7e273117a1420e6d6715ee479022e17cf5737954486d 1,286 1.00/1.00 vMB 28
629,752 629,752 00000000000000000002895b9d0bdc0b698fd4536ffd67be783b0f50330ae0d4 1,535 1.00/1.00 vMB 30
629,751 629,751 000000000000000000041f37d1d9a075d029a97f8e4b434d21e69cb3d04722e1 1,002 1.00/1.00 vMB 19
629,750 629,750 00000000000000000004f5a3e0fb24951cc75e40235f7c0b1ed309b141e40922 1,203 1.00/1.00 vMB 14
629,749 629,749 0000000000000000000495c1c226b23266ca64040f16a904bae63ac18d7f5287 1,779 1.00/1.00 vMB 29
629,748 629,748 0000000000000000000bbde55b923dcf94f2e8545c05b7a361aded9a3a79ae23 2,512 1.00/1.00 vMB 72
629,747 629,747 0000000000000000000f9add5dd88745a282384b9b8edf63eccb90fbb07a84e4 1,991 1.00/1.00 vMB 44
629,746 629,746 000000000000000000013d613308a79eaf558f83e9b9ec4aeb413347efe44424 1,330 1.00/1.00 vMB 25
629,745 629,745 00000000000000000009319a26fbaaf7e442719526e6316277e5fb2feb7d355d 1,498 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.