Loading Tool

Explorer IconExplorer

Memory Pool

81,222 transactions
30.94 vMB
0.08490921 BTC
Random Selection Loading Transactions
Max Size: 187.79/200 MB

Candidate Block

Mining Attempt 8e9e205b39e9f79770fb22c9c6c98bec4a425b3bd83bc1ab8a8cbf65a75e2e5e
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 7c321fb1c732ee22c9bd49e3ce355b0e51c0de7ca03393ad013faba3b0e2b2f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.01838148 BTC
Feerates: 100.69 > 1.84 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (309,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,787 605,787 000000000000000000155a90f5d751afc576a1563c5c9c4bd227c1fad28ede5b 551 0.23/1.00 vMB 3
605,786 605,786 000000000000000000077aeed654ee5acb4baf023e1a90407fe45f871e9b3a15 2,254 1.00/1.00 vMB 14
605,785 605,785 0000000000000000000bcd96ade6e59be44d5fe8bd108c45bf19337272b7aef8 1,838 1.00/1.00 vMB 10
605,784 605,784 00000000000000000011d052cd3d4e04e51d6897b47feaf66058a1e10904822a 2,734 1.00/1.00 vMB 9
605,783 605,783 000000000000000000112e87f410d48e758f825d133298cf8ce29bfb9e9b1d62 2,927 1.00/1.00 vMB 20
605,782 605,782 0000000000000000001024f70d1a3b6c517cb7d3840d24993f4dd0b36a5ee87a 2,715 1.00/1.00 vMB 16
605,781 605,781 0000000000000000000616481d78f83f7823dc5da3fcb345dd6578abce26187c 3,236 1.00/1.00 vMB 23
605,780 605,780 0000000000000000000f3a3dc89d1e2436cf062dcb074d5a158bf6a901ff51e7 2,953 1.00/1.00 vMB 18
605,779 605,779 000000000000000000138d10b2753c47219d6b55558667a7881072603431d524 2,377 1.00/1.00 vMB 20
605,778 605,778 0000000000000000000c851ff29cfbeb9609e96948b78ccc9db9120231753eba 3,486 1.00/1.00 vMB 31
605,777 605,777 0000000000000000000ccb25ec28e5453c24cb34200e8d65bdc4753fe5be687f 2,953 1.00/1.00 vMB 25
605,776 605,776 0000000000000000000301b834d6c80d4044a997a96bd985a0c9de45b4f4888c 3,098 1.00/1.00 vMB 28
605,775 605,775 00000000000000000012d4ef6704a21b3dc2e8a785ea539a1c4ad6d67270136d 3,291 1.00/1.00 vMB 26
605,774 605,774 000000000000000000090c5815745b31ff340403ea3c827986bfdb955311f40c 3,105 1.00/1.00 vMB 38
605,773 605,773 000000000000000000099b63a8e621c099e86396468bc0565eacc9b13bafec2b 2,983 1.00/1.00 vMB 38
605,772 605,772 00000000000000000010b8abbebe50b25b2fc3bbb33384691620577b81a5a8af 2,850 1.00/1.00 vMB 29
605,771 605,771 0000000000000000000f16bb29ebb749e514ce987a26d738cae96444714c6246 2,696 1.00/1.00 vMB 40
605,770 605,770 000000000000000000001852f248c5c41312e787c112bd468da4fa4830a66118 3,021 1.00/1.00 vMB 19
605,769 605,769 0000000000000000001282574d5f8d9f9207f8839b7565194989edbd89102087 3,374 1.00/1.00 vMB 31
605,768 605,768 0000000000000000000ff2ebc7875ba5686e2dfe49ac10d21fcc3059d2efc3cb 3,014 1.00/1.00 vMB 36
605,767 605,767 0000000000000000000ebcc85d2f3d710ae54fb54060e5786edd4c5c2fcecf32 164 0.04/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.72 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: 702.25 GB
    • Received: 16.63 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.