Loading Tool

Explorer IconExplorer

Memory Pool

79,293 transactions
29.74 vMB
0.09417489 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt dfbabfab629b9ae5686261d8bf806a3a1da9e89cf5cd8e165cd845d09e6ddd48
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 591b008f06c03ce53e97da02f4af799f17fada5ac36022e27afc1ba492f73465
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02777106 BTC
Feerates: 251.00 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (322,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,447 592,447 00000000000000000015c9d758883cd4773df76e417351b50d4508e637fa0a80 2,893 1.00/1.00 vMB 36
592,446 592,446 00000000000000000006f0c5c8c183e64f5d471b00c1c2d1b39625f8249e4744 2,581 1.00/1.00 vMB 37
592,445 592,445 0000000000000000000b1c3ddfd2eceaa09720d10f5947c6a68bef19c6be5891 3,190 1.00/1.00 vMB 45
592,444 592,444 0000000000000000000d5bba9f88ba941ce5d13da9b6fd3085f020dc3169e91e 2,796 1.00/1.00 vMB 33
592,443 592,443 000000000000000000043f6cf808d72b6109d49386c882c1b304d59c29f007d1 2,757 1.00/1.00 vMB 30
592,442 592,442 000000000000000000058c804cb9fbcb078077cfe563f16e6c2d0833cccb96d9 2,631 1.00/1.00 vMB 37
592,441 592,441 000000000000000000049eed140a9b218b6e0d7d16fc30081b35c8556801fe01 2,300 1.00/1.00 vMB 41
592,440 592,440 000000000000000000120de76ae8bedbf85c8211e3e76a8989325f3ab1fea69b 1,902 1.00/1.00 vMB 60
592,439 592,439 00000000000000000001d4a818416657d9fc66eebf245b48f786dd5d336fe75f 1,308 1.00/1.00 vMB 77
592,438 592,438 0000000000000000000cf3e72fa27e09eb6f5edb2b9e0f71f889254786347c11 2,699 1.00/1.00 vMB 70
592,437 592,437 0000000000000000000e2e96d3c9b5c7fed0e117bbd615e9f346fe7f3adc9f37 2,373 1.00/1.00 vMB 39
592,436 592,436 0000000000000000001453406655863703b4792d3fcd57ae2327020c87cdefea 2,473 0.91/1.00 vMB 9
592,435 592,435 000000000000000000091c1f007f7fa255b1fc823770b9b5809c61aa6d5c25ec 2,753 1.00/1.00 vMB 38
592,434 592,434 0000000000000000000b4b59a4e9b54c773b5e562dead558108d0ef51cad2088 263 0.11/1.00 vMB 25
592,433 592,433 00000000000000000000cc526b56ef464b8d44da08372ee60e507c806df45a56 2,468 0.87/1.00 vMB 14
592,432 592,432 0000000000000000000ade42ac4a351be7719ba97d9f3687c3e5574828430f38 2,931 1.00/1.00 vMB 26
592,431 592,431 000000000000000000114fa2d7c7fbfe78cc68e571c8fd9de4116f3298fe9060 2,709 1.00/1.00 vMB 14
592,430 592,430 00000000000000000012801095d05b531e581fea692fd7f9e0c9a7e661272884 2,374 1.00/1.00 vMB 20
592,429 592,429 0000000000000000001b0a7d8ac716c74f26e4e8dacad814822b33325e5c9c08 1,823 1.00/1.00 vMB 7
592,428 592,428 00000000000000000009f7e368b965c99ff671ebab1ed1c4ab775e1565b02927 2,730 1.00/1.00 vMB 15
592,427 592,427 00000000000000000000f0a3b97a9b0839edcaa13aae46ef1652c59801851e41 2,873 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.62 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: 672.02 GB
    • Received: 16.11 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.