Loading Tool

Explorer IconExplorer

Memory Pool

42,969 transactions
29.15 vMB
0.07713558 BTC
Random Selection Loading Transactions
Max Size: 149.96/200 MB

Candidate Block

Mining Attempt 6ee3664384b4e448f4210153625de9690bb4b95426f04eadcf1b06529c0221f5
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 8aaa507b70de740556cee495fb72c9ae32d8e05d9e2cc5ec849b04a36286bf58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,820
Size: 1.00 vMB
Total Fees: 0.02013473 BTC
Feerates: 150.75 > 2.02 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (348,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,661 565,661 0000000000000000002617729dd399bc241ba2e61188143aed90e2c8e381332c 2,412 1.00/1.00 vMB 15
565,660 565,660 00000000000000000027f40d1c1dc3ef084776de3408cac728c42a93a07fc230 3,210 1.00/1.00 vMB 30
565,659 565,659 000000000000000000136b95de0064a85f8b873d5c45e616ed9aaef0d87e0e0b 2,438 1.00/1.00 vMB 15
565,658 565,658 00000000000000000007a79d193ba7d10b85c863d9e44c092f5dcf695cc1a411 2,969 1.00/1.00 vMB 31
565,657 565,657 0000000000000000001b054c7e854b394f9fb4403b55942817e6563c01cbc932 2,954 1.00/1.00 vMB 32
565,656 565,656 00000000000000000017bde887773b55ff72bea9e5f4959676f5d0c1ae09add3 2,082 1.00/1.00 vMB 15
565,655 565,655 0000000000000000001d6b6bea4afa48aaed864bc71a4b4d2fe9119533852172 2,012 1.00/1.00 vMB 20
565,654 565,654 00000000000000000012f56b647dfa2b5314dd92d4ef7be613cfdcabc51946ac 1,210 1.00/1.00 vMB 17
565,653 565,653 0000000000000000001d923c569052727f83513181a5541f302a0410da4d08c0 2,198 1.00/1.00 vMB 18
565,652 565,652 0000000000000000002652a81fc2fa6816a0e36979e0b6156e697dd7a56a1c3d 2,298 1.00/1.00 vMB 24
565,651 565,651 0000000000000000002b90a50b5fbc994e0fd9ae5641d828ca9eb765187b355b 3,066 1.00/1.00 vMB 26
565,650 565,650 0000000000000000002a382b816dd452ad3d033b3850c45055e0242b29a0c51b 3,076 1.00/1.00 vMB 36
565,649 565,649 00000000000000000004d115777a5b7b6459ad60029bb04f8807998d4d2983ae 2,601 1.00/1.00 vMB 28
565,648 565,648 0000000000000000001b6ef6783434227dff8fcc1ce057e3a885845a3d7fe8b0 3,014 1.00/1.00 vMB 37
565,647 565,647 00000000000000000006a125bc67df45fd5500d4e909381ddc33707ecaa256ac 3,163 1.00/1.00 vMB 41
565,646 565,646 0000000000000000000f11b88f2e220ec6cab1cd6dbee50ac5b9eaa4746dcfb1 1,996 1.00/1.00 vMB 15
565,645 565,645 0000000000000000002a0e1da7c541341e9ca4b3e5cc2da830238ec9f8c9afa7 2,537 1.00/1.00 vMB 20
565,644 565,644 00000000000000000026c576b9f0c798decce6f972eaa0a49d3165a4bbef3dae 2,353 1.00/1.00 vMB 18
565,643 565,643 00000000000000000001099d017d5a9d040e196f8f8e6ac35661bab0cb8e0966 2,207 1.00/1.00 vMB 22
565,642 565,642 00000000000000000008fecbf039f3b5a113504d59f642d7cc3b4927f3191c2b 2,859 1.00/1.00 vMB 31
565,641 565,641 0000000000000000001a597351fc561204c57d8233d1d63b0a0a01c775cb0fca 3,062 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.70 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: 629.19 GB
    • Received: 11.88 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.