Loading Tool

Explorer IconExplorer

Memory Pool

33,300 transactions
28.74 vMB
0.07348315 BTC
Random Selection Loading Transactions
Max Size: 139.92/200 MB

Candidate Block

Mining Attempt 437151d9c354c98cb54b8e29a4fec1c71088a163d4b54c443f5642195e6ffc1f
Version 20000000
Previous Block 00000000000000000000772bfec0f0e433f7a8da04c287d4efd98f5b51573c62
Merkle Root d74ed5ce9d33fd8b84aa7a08c3fb3af9b9b7e315a6370f97173373188c48f1a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,281
Size: 1.00 vMB
Total Fees: 0.01627498 BTC
Feerates: 150.75 > 1.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,515 (806,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,512 108,512 0000000000015003bc56422e3c3a6ffd8f849df3e2df94ce43c18304c7445947 4 0.00/1.00 vMB 0
108,511 108,511 0000000000013d10c90d52476d604d392c07ece60d434a5cc21e34541b0ea7b2 12 0.00/1.00 vMB 0
108,510 108,510 0000000000026fc31aee82ed14e5bc3793050e02cea65c7cb013ae05d97e670c 13 0.00/1.00 vMB 0
108,509 108,509 000000000000629386e8da65a00c75ccb8f6fd650544d64ae746b0881ad235de 10 0.00/1.00 vMB 0
108,508 108,508 0000000000008b803c15d71dccc98a46bede0c23553c8c960eda229dc3903d5b 42 0.01/1.00 vMB 0
108,507 108,507 000000000002631a8f2c237ab60ba7c58b2023ce9c03fd99cbd6f273879aaeb2 2 0.00/1.00 vMB 0
108,506 108,506 000000000001cdc828865b82a081d606e5647b3af2e540f236f8e5e76c91c737 3 0.00/1.00 vMB 0
108,505 108,505 0000000000005a4daa12368514a57f47a40bff5eab23c1a73d1839d1d1a7c02d 3 0.00/1.00 vMB 0
108,504 108,504 0000000000009ac97342aaa308fa99f8b5818fe5e0aa907476ed0220ec0a252d 3 0.00/1.00 vMB 0
108,503 108,503 00000000000099f5fb8554924ca4d4ec33053ba65292e840dc81f5b2eaa73bba 1 0.00/1.00 vMB 0
108,502 108,502 000000000001f21bc3f50d6aaa360fe3ca3ba356bf6172bf29f46b39db17bccf 3 0.00/1.00 vMB 0
108,501 108,501 000000000001817110497985dabbf8fad648cd4a12e43da7d641778fac766b52 1 0.00/1.00 vMB 0
108,500 108,500 00000000000132bde8508b955fa1748e859575610abe3394c9f20bbd8157aca1 1 0.00/1.00 vMB 0
108,499 108,499 000000000000c73d1d5e8832f19554b8884a1e0ca0e14ea1af6927dd9f907893 3 0.00/1.00 vMB 0
108,498 108,498 0000000000008b77bc149bbbf8b11afe89dce873ad8953c84dfc7a2da4a9227a 6 0.00/1.00 vMB 0
108,497 108,497 000000000000364b01e1cee8905599a1ccd8c19e013593ef6e8a4b100c6788e2 13 0.00/1.00 vMB 0
108,496 108,496 000000000000d5f7773a024b40057967b6bcd6b3d97a6b62406be66e6255fb3f 3 0.00/1.00 vMB 0
108,495 108,495 0000000000010f07348fe6f7781ee4ef7f702b159080ff450c23df279d89491f 14 0.00/1.00 vMB 347
108,494 108,494 00000000000193ef2057b8f81ed392803acbfae054f1d107e954d6ac11956c5d 14 0.00/1.00 vMB 0
108,493 108,493 00000000000007fd288091995c4a3c9f1627259f457d02e9c859574da1d19b8b 12 0.00/1.00 vMB 0
108,492 108,492 00000000000281154e84aed6b2a746a2b0a78711e508daa74ab48c91afa85b46 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 613.04 GB
    • Received: 11.12 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.