Loading Tool

Explorer IconExplorer

Memory Pool

83,813 transactions
31.89 vMB
0.08575406 BTC
Random Selection Loading Transactions
Max Size: 193.96/200 MB

Candidate Block

Mining Attempt cbf8682b1fe43467521312bd371f7c612fd51cab2dedf0b6492cffa241bec445
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root cf95af50b0fe2429cc5e600ca29e87caf3f161e2cd95fb8e47111820a69c183e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,298
Size: 1.00 vMB
Total Fees: 0.01606787 BTC
Feerates: 40.00 > 1.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (212,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,599 702,599 000000000000000000005313a93b02abe453d216e9d91b807b198edb0f9610ec 2,049 0.75/1.00 vMB 9
702,598 702,598 0000000000000000000976cd2fec95bfaf889a7c3d434f9520b30db26f25c3fc 1,784 0.83/1.00 vMB 2
702,597 702,597 0000000000000000000b5c46e8802868827f8bbc0ea20b798fc1fd2dba8117f8 2,043 1.00/1.00 vMB 19
702,596 702,596 0000000000000000000077d49028bbcff98c071faa98f108609f7f212fb3044d 2,035 1.00/1.00 vMB 11
702,595 702,595 00000000000000000003fd86e724125cc0f8caf197add46e058ebb88f889a3d8 2,111 0.77/1.00 vMB 7
702,594 702,594 0000000000000000000d8fc3711e6e21b51b88eb77757cba11ffe683e06909f6 2,492 1.00/1.00 vMB 8
702,593 702,593 0000000000000000000af860952d1b852e1c56ae094b9b64d6d06bc27a9a102c 3,159 1.00/1.00 vMB 17
702,592 702,592 00000000000000000000118d79772e2bfd68d0f2753e115c106f73283c7a479d 2,648 1.00/1.00 vMB 13
702,591 702,591 000000000000000000028db61f850a00b837c1a050a2ee0520986edae05c75a8 2,207 1.00/1.00 vMB 6
702,590 702,590 00000000000000000006643ea70a5ea1e7099d1345b2e2cd5324f37f40d5b442 1,202 1.00/1.00 vMB 6
702,589 702,589 00000000000000000003547d4b7e9de762925cd9893cc9267e3aef7120e29c9f 2,842 1.00/1.00 vMB 15
702,588 702,588 000000000000000000062eea5c98128fe4fa9585f1bfc8e57aedc11870c08679 1,200 1.00/1.00 vMB 9
702,587 702,587 0000000000000000000bf0b6bb3e007c2ffdfafa07dfab0617fa9c105628115b 2,348 1.00/1.00 vMB 3
702,586 702,586 0000000000000000000847240a07cbe2a62ad9666befba0af2933d62c07c90a5 3,070 1.00/1.00 vMB 3
702,585 702,585 0000000000000000000c59297b7380df041bb93fd294adef6ba5b393e6b18d71 2,671 1.00/1.00 vMB 19
702,584 702,584 00000000000000000007641e5390a44bbd8890f334c9cc387b47ea88635f06bb 2,592 1.00/1.00 vMB 11
702,583 702,583 0000000000000000000c3030e650eae5c81fa8c5de410795ca297047c29c0c66 2,521 1.00/1.00 vMB 17
702,582 702,582 00000000000000000004782e86c025356f6e9d95c198b4611f061e3a1d56035d 2,896 1.00/1.00 vMB 22
702,581 702,581 0000000000000000000068c6cd35b9809ef3ab3e074cee3c8e9e8fac19b13eb0 2,348 1.00/1.00 vMB 12
702,580 702,580 000000000000000000068c80262d7b07d94b68875a01ae2f4e8dea7b512059d9 1,418 1.00/1.00 vMB 3
702,579 702,579 0000000000000000000b130b4fa74217836bbf769e64d6ee998529775a0e050b 2,992 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.75 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: 708.86 GB
    • Received: 16.78 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.