Loading Tool

Explorer IconExplorer

Memory Pool

77,989 transactions
29.10 vMB
0.08672236 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 0ee35cba7cabcaabff32555c230d801f09afd677a9c33d0ed18f893628131d2c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b4e0e7e1ba960cf43b6a22200a93ead4c1dab3e7168dfb9be0992bf990afd36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.02206016 BTC
Feerates: 81.07 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (293,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,460 621,460 0000000000000000000b000e603b45e2d0ddf0e6fa38a92a66a479ff02c33c5a 2,656 1.00/1.00 vMB 67
621,459 621,459 00000000000000000000727ad57bd80c3c391eddefe6bf4df464cc8c4ec00cc5 2,246 1.00/1.00 vMB 40
621,458 621,458 0000000000000000000e308da042a42e507310af60ae93f7277eec2b41b48faa 2,246 1.00/1.00 vMB 25
621,457 621,457 0000000000000000000c73e2653510ea07222e32131c7726f1e6b268ea02533f 1,875 1.00/1.00 vMB 45
621,456 621,456 0000000000000000000df9afaebe0d97227991d905539b32ff164f8b76aa407c 2,293 1.00/1.00 vMB 56
621,455 621,455 0000000000000000000328d455fff42e07a85d0c19567ba70cd38a53c3ca7034 1,275 1.00/1.00 vMB 28
621,454 621,454 000000000000000000052616be99528af14e3a364cde6c753a01125aae4e5766 2,369 1.00/1.00 vMB 38
621,453 621,453 000000000000000000099575c487c9a31d6227dc3d88d94cb9a1c08074759852 2,708 1.00/1.00 vMB 31
621,452 621,452 0000000000000000000bd39a0c95c07c5b7d1465cb48d7112b7f67c0bc81b554 2,256 1.00/1.00 vMB 45
621,451 621,451 0000000000000000000b5e96ccebb75f1bc93508e3972794dc0938187436560e 1,583 1.00/1.00 vMB 64
621,450 621,450 0000000000000000000694ab57e8324484d2f70f267569418554fa4b783438d5 2,253 1.00/1.00 vMB 54
621,449 621,449 00000000000000000002413008c44d97e4ae457ac007c9dc3332dab10df4702a 3,095 1.00/1.00 vMB 44
621,448 621,448 0000000000000000000a54ec342da34a6faed809f5ec81b8df15122f83a28ebb 2,268 1.00/1.00 vMB 76
621,447 621,447 00000000000000000008da67d40a0089d9ad4fbf4e8a026255cc0ad6af2e5247 2,430 1.00/1.00 vMB 61
621,446 621,446 00000000000000000003d0259cd5931fd0bb109415ed78b8d279e969817a5c0a 2,551 1.00/1.00 vMB 72
621,445 621,445 0000000000000000000127423d9f1efbbb64e446cf3d7b53c928e5f9f714565d 2,587 1.00/1.00 vMB 54
621,444 621,444 00000000000000000008103dedb7b08d0634d3fb407173b1de94942ded34e6ab 2,752 1.00/1.00 vMB 47
621,443 621,443 00000000000000000004e5bdf7ec1e2202eb1dc97202a50d6d4644152b232e41 1,830 1.00/1.00 vMB 51
621,442 621,442 0000000000000000000d443f93ef5492108bd0b252cfc639d150a1b40c0c017b 1,881 1.00/1.00 vMB 61
621,441 621,441 00000000000000000004e0cd577d5938a5daf0bb66801111ef7d64d4ce3fc936 1,437 1.00/1.00 vMB 48
621,440 621,440 0000000000000000000f2843d5358dc3b073d2f8a7ea422306699fd0799ccf38 2,889 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.